Skip to content

Commit

Permalink
ci: derive snapshot version from current version (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
tien authored Jul 23, 2024
1 parent 02a7b6d commit 46ad322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snapshot-publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- run: yarn build:packages

- run: yarn workspaces foreach -At --no-private version 0.0.0-snapshot.${{ github.run_number }}+$(git rev-parse --short HEAD) --immediate
- run: yarn workspaces foreach -At --no-private version $(npm pkg get version --workspaces=false | tr -d \")-snapshot.${{ github.run_number }}+$(git rev-parse --short HEAD) --immediate

- run: scripts/publish-snapshot.sh
env:
Expand Down

0 comments on commit 46ad322

Please sign in to comment.