Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
a7098dc250
|
@@ -25,7 +25,7 @@ jobs:
|
||||
id: install
|
||||
|
||||
- name: Import GPG key
|
||||
uses: crazy-max/ghaction-import-gpg@v7
|
||||
uses: crazy-max/ghaction-import-gpg@v6
|
||||
with:
|
||||
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
|
||||
passphrase: ${{ secrets.GPG_PASSPHRASE }}
|
||||
@@ -68,7 +68,7 @@ jobs:
|
||||
|
||||
# 6) Public-Key aus Repo beilegen und als Release-Asset anhängen
|
||||
- name: Attach release assets
|
||||
uses: softprops/action-gh-release@v2
|
||||
uses: softprops/action-gh-release@v3
|
||||
with:
|
||||
tag_name: ${{ github.event.release.tag_name }}
|
||||
files: |
|
||||
|
||||
Reference in New Issue
Block a user