Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jibon57 committed Aug 29, 2024
1 parent d21634b commit deffff7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/js-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ on:
push:
branches:
- 'main'
permissions: write-all
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -28,6 +29,7 @@ jobs:
version-type: 'prerelease'
commit-message: 'bump'
skip-tag: 'true'
skip-commit: 'true'
- name: Build and publish
run: |
bash generate.sh
Expand Down

0 comments on commit deffff7

Please sign in to comment.