Skip to content

Commit

Permalink
update file
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy121192 committed Jan 22, 2024
1 parent 973aa1f commit 3a09e2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/create-release-tag.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# This workflow will create a new tag based on latest commit to branch

name: Create Release Tag

on:
push:
branches:
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@ jobs:
node-version: "16.x"
registry-url: "https://registry.npmjs.org"

- name: Release Package
uses: ncipollo/release-action@v1.12.0

- name: Publish Package to npm
run: |
npm ci
npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Release Package
uses: ncipollo/release-action@v1.12.0

0 comments on commit 3a09e2c

Please sign in to comment.