Skip to content

Commit

Permalink
Disabling patching for now
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves authored Feb 8, 2021
1 parent 0bf6306 commit 049a95c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- run: yarn install --frozen-lockfile
- run: yarn build
- run: npm version patch -m "Release %s 📣"
# - run: npm version patch -m "Release %s 📣"
- run: git push

# Publish to npm
Expand All @@ -51,4 +51,4 @@ jobs:
# Publish to GitHub Packages
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 049a95c

Please sign in to comment.