Skip to content

Commit

Permalink
Foo
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Apr 14, 2024
1 parent 9324431 commit 596e0f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
with:
cache: npm
node-version-file: package.json
- run: sed -ri 's/"version": ".+"/"version": "${{ inputs.tag }}"/' package.json
- run: |
sed -ri 's/"version": ".+"/"version": "${{ inputs.tag }}"/' package.json
- run: sed -ri 's/setup-bazel@.+\$/setup-bazel@${{ inputs.tag }}/' README.md
- run: npm install
- run: npm run build
Expand Down

0 comments on commit 596e0f7

Please sign in to comment.