Use fork.

tel/1.20
Thomas E Lackey 2023-07-18 15:15:12 -05:00
parent 16b65b7c52
commit 6d4d4b3562
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ jobs:
run: | run: |
cp ${{ steps.build.outputs.package-file }} ./laconic-so cp ${{ steps.build.outputs.package-file }} ./laconic-so
- name: "Create release" - name: "Create release"
uses: actions/action-gh-release@gitea-v1 uses: https://gitea.com/cerc-io/action-gh-release@gitea-v1
with: with:
tag_name: ${{ steps.build-info.outputs.build-tag }} tag_name: ${{ steps.build-info.outputs.build-tag }}
# On the publish test branch, mark our release as a draft # On the publish test branch, mark our release as a draft