Skip to content

Commit

Permalink
[ci] [version] [fix] Fix CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
swashata committed Sep 15, 2024
1 parent 9d4d62d commit 3585574
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: ./github/actions/setup-node
- uses: ./.github/actions/setup-node
- name: Build
run: npm run build:lib
- name: Rename files
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@freemius/checkout",
"private": false,
"description": "Freemius Checkout JS, without jQuery or other dependencies, written in TypeScript as ES Modules.",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down

0 comments on commit 3585574

Please sign in to comment.