Skip to content

Commit

Permalink
The dev release has a moving tag called 'dev-release' to indicate whi…
Browse files Browse the repository at this point in the history
…ch one is released.
  • Loading branch information
Logonz committed Apr 14, 2024
1 parent ff05dd4 commit 16f24f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ jobs:
name: "Development build version ${{ steps.build.outputs.toc_version }}"
body: "# Warning this is a development build, use at own risk!!\nBuild release body"
commit: "${{ github.sha }}"
tag: "v${{ steps.build.outputs.toc_version }}"
tag: "dev-release"
prerelease: true
allowUpdates: true

0 comments on commit 16f24f5

Please sign in to comment.