Skip to content

Commit

Permalink
push to tag branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Sysix committed Jun 16, 2024
1 parent 200ab4b commit c9ec723
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
run: |
git config --global user.name '${{ github.repository_owner }}'
git config --global user.email '${{ github.repository_owner }}@users.noreply.github.com'
npm version ${{ github.ref_name }} --git-tag-version=false
npm version ${{ github.ref_name }} --git-tag-version=false
git commit -am "bump version to ${{ github.ref_name }}"
git push
git push origin HEAD:${{ github.ref }}
- name: release
run: npm publish --provenance --access public
Expand Down
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@sysix/broadcast-single-worker",
"version": "0.2.0",
"description": "Create a single worker for multiple browser tabs",
"module": "dist/index.js",
"browser": "dist/index.js",
Expand Down

0 comments on commit c9ec723

Please sign in to comment.