Skip to content

Commit

Permalink
TIL you cant make a tag that consist of 40 hex characters.
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmuscaria authored Oct 8, 2021
1 parent 6a62cf2 commit 7c27ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/DevBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Create Release
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ github.sha }}
tag_name: dev-${{ github.sha }}
prerelease: true
name: Dev build ${{ github.sha }}
files: |
Expand Down

0 comments on commit 7c27ee3

Please sign in to comment.