Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Commit

Permalink
there we go
Browse files Browse the repository at this point in the history
  • Loading branch information
Julli4n authored Mar 29, 2022
1 parent e70d236 commit 2377b4a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/node_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,10 @@ jobs:
FOLDER: npm
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MESSAGE: "Build: ({sha}) {msg}"

- name: test
run: echo "$test"
env:
test: ${{ toJSON(github) }}

# Only used if it's triggered from a release
- name: Publish on NPM
if: ${{ github.event.action == 'Published' }}
if: github.event_name == 'published'
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: cd npm && npm publish

0 comments on commit 2377b4a

Please sign in to comment.