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

Commit

Permalink
Use node 14 for release workflow (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
JForsaken authored Mar 31, 2022
1 parent aa35d38 commit 3a0a4e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ jobs:
uses: justincy/[email protected]
id: release

- uses: actions/setup-node@v1
if: steps.release.outputs.released == 'true'
with:
registry-url: 'https://npm.pkg.github.com'

- name: Publish
if: steps.release.outputs.released == 'true'
run: pnpm publish:npm
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zapper-fi/studio",
"version": "0.0.3",
"version": "0.0.2",
"description": "Community build apps for Zapper.fi",
"license": "MIT",
"main": "dist/lib/index.js",
Expand Down

0 comments on commit 3a0a4e2

Please sign in to comment.