Skip to content

Commit

Permalink
Update autobuild-main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
n8marti authored Nov 23, 2024
1 parent 39aebb9 commit d5e6d48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/autobuild-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
- name: Upload release to test repo
uses: softprops/action-gh-release@v1
with:
tag_name: main-${{ env.DATE }}-${{ needs.build.outputs.sha_short }}
# tag_name: main-${{ env.DATE }}-${{ needs.build.outputs.sha_short }}
tag_name: main-latest
prerelease: true
files: ${{ needs.build.outputs.bin_name }}
repository: FaithLife-Community/test-builds
Expand Down

0 comments on commit d5e6d48

Please sign in to comment.