Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7115b27113 |
1 changed files with 4 additions and 3 deletions
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
outputs:
|
outputs:
|
||||||
new_tag: ${{ steps.tag.outputs.new_tag }}
|
new_tag: ${{ steps.tag.outputs.new_tag }}
|
||||||
steps:
|
steps:
|
||||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
- uses: https://git.sbriggs.io/actions/checkout@f548e57e544e1ff5a4c46bf1e1b8685f8e4a348a
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
|
@ -71,7 +71,8 @@ jobs:
|
||||||
needs: tag
|
needs: tag
|
||||||
runs-on: debian
|
runs-on: debian
|
||||||
steps:
|
steps:
|
||||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
#- uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
|
- uses: https://git.sbriggs.io/actions/checkout@f548e57e544e1ff5a4c46bf1e1b8685f8e4a348a
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
ref: ${{ needs.tag.outputs.new_tag }}
|
ref: ${{ needs.tag.outputs.new_tag }}
|
||||||
|
|
@ -110,7 +111,7 @@ jobs:
|
||||||
} >> "$GITHUB_OUTPUT"
|
} >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
- name: Publish Forgejo release
|
- name: Publish Forgejo release
|
||||||
uses: https://code.forgejo.org/actions/forgejo-release@v2
|
uses: https://git.sbriggs.io/actions/forgejo-release@585a6614e80a6bcfc429b956ae34831889cabb78
|
||||||
with:
|
with:
|
||||||
direction: upload
|
direction: upload
|
||||||
url: ${{ github.server_url }}
|
url: ${{ github.server_url }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue