Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
remove tagging on npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bam4d committed Dec 7, 2023
1 parent 8f4cc38 commit 5be63bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/build_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,11 @@ jobs:

# Install Build stuff
- name: Install Dependencies
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npm version ${{ github.ref }}
npm version --no ${{ github.ref }}
npm install
npm publish
# Publish
- name: Publish
uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
access: public
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# when we run npm version, we don't want to create a git tag
git-tag-version=false

0 comments on commit 5be63bf

Please sign in to comment.