Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
Codycody31 committed Nov 21, 2023

Verified

This commit was signed with the committer’s verified signature.
Codycody31 Insidious Fiddler
1 parent f6a0998 commit c4fe7b5
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
name: "🚀 release"

on:
release:
types: [published]
release:
types: [published]

jobs:
release:
name: 🚀 release
runs-on: ubuntu-latest
steps:
- name: 📚 checkout
uses: actions/[email protected]
- name: 🟢 node
uses: actions/[email protected]
with:
node-version: 18
registry-url: https://registry.npmjs.org
- name: 🚀 publish
run: npm publish --access public
working-directory: .
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
release:
name: 🚀 release
runs-on: ubuntu-latest
steps:
- name: 📚 checkout
uses: actions/[email protected]
- name: 🟢 node
uses: actions/[email protected]
with:
node-version: 18
registry-url: https://registry.npmjs.org
- name: 🚀 publish
run: npm publish --access public
working-directory: .
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}

0 comments on commit c4fe7b5

Please sign in to comment.