Skip to content

Commit

Permalink
Add missing steps to a release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hjagodzinski committed Aug 12, 2024
1 parent 2ef7a8a commit 0600d7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
cache: 'npm'
scope: '@allegro'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run build
- run: npm pkg delete scripts.prepare
- run: npm version $(echo $VERSION | head -n1 | cut -c2-) -no-git-tag-version -f
env:
Expand Down

0 comments on commit 0600d7c

Please sign in to comment.