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