Skip to content

Commit

Permalink
chore: fix prerelease version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikbry committed Jun 11, 2024
1 parent ce30643 commit 78f5495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fix-pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
create-pre-release:
runs-on: ubuntu-latest
env:
release_version: "1.0.0-alpha.162"
release_version: "1.0.0-alpha.176"
outputs:
latest_release_id: ${{ steps.latest_release_id.outputs.result }}
latest_release_version: ${{ env.release_version }}
Expand Down

0 comments on commit 78f5495

Please sign in to comment.