Skip to content

Commit

Permalink
chore: tweak prerelease tag to match semver
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziinc committed Nov 23, 2023
1 parent 5961e5a commit d630304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ex-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
if: github.event_name == 'push'
env:
HEX_API_KEY: ${{ secrets.HEX_AUTH_TOKEN }}
PRERELEASE_VERSION: dev-${{ env.short_sha }}
PRERELEASE_VERSION: dev.${{ env.short_sha }}
- run: mix hex.publish --yes
if: github.event_name == 'release' || github.event_name == 'workflow_dispatch'
env:
Expand Down

0 comments on commit d630304

Please sign in to comment.