Skip to content

Commit

Permalink
πŸ”– Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
arelstone committed Apr 6, 2022
1 parent 4a65e06 commit 0e2e18f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/push-to-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: paralenz/actions/[email protected]
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
with:
token: ${{ secrets.NPM_AUTH_TOKEN }}
- name: Run linting
Expand All @@ -24,6 +22,6 @@ jobs:
add: .
message: 🏷️ Generate typings
- name: Publish package
run: npm publish --access public
run: yarn publish
- name: Tag and Release
uses: paralenz/actions/[email protected]

0 comments on commit 0e2e18f

Please sign in to comment.