Skip to content

Commit

Permalink
Improve more
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Apr 14, 2024
1 parent 9a436ca commit 9324431
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ jobs:
with:
cache: npm
node-version-file: package.json
- run: |
sed -ri 's/"version": ".+"/"version": "${{ inputs.tag }}"/' package.json
sed -ri 's/setup-bazel@.+\$/setup-bazel@${{ inputs.tag }}/' README.md
- 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
- run: git config user.name github-actions
Expand Down

0 comments on commit 9324431

Please sign in to comment.