Skip to content

Commit

Permalink
Update on release action
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathis Pierron committed Nov 17, 2023
1 parent a1a40d3 commit 20aef7a
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
# - name: Setup Node.js
# uses: actions/setup-node@v2.1.1
# with:
# node-version: '14.x'
# registry-url: https://npm.pkg.github.com/
# scope: '@yldio'
# - name: Install dependencies
# run: yarn install --immutable
# env:
# YARN_CHECKSUM_BEHAVIOR: update
- name: Setup Node.js
uses: actions/setup-node@v2.1.1
with:
node-version: "20.x"
registry-url: https://npm.pkg.github.com/
scope: "@yldio"
- name: Publish
uses: JS-DevTools/npm-publish@v1
with:
Expand Down

0 comments on commit 20aef7a

Please sign in to comment.