Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Apr 14, 2024
1 parent 5059df0 commit 5378649
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ jobs:
node-version-file: package.json
- run: |
sed -ri 's/"version": ".+"/"version": "${{ inputs.tag }}"/' package.json
- run: sed -ri 's/setup-bazel@.+\$/setup-bazel@${{ inputs.tag }}/' README.md
sed -ri 's/setup-bazel@.+$/setup-bazel@${{ inputs.tag }}/g' README.md
- run: npm install
- run: npm run build
- run: git config user.name github-actions
- run: git config user.email [email protected]
- run: |
git config user.name github-actions
git config user.email [email protected]
- run: git commit -am "Release ${{ inputs.tag }}"
- run: git push
- run: gh release create ${{ inputs.tag }} --generate-notes
Expand Down

0 comments on commit 5378649

Please sign in to comment.