Skip to content

Commit

Permalink
prev version scrape was linux only
Browse files Browse the repository at this point in the history
  • Loading branch information
mufty committed May 11, 2023
1 parent e583728 commit 57b90b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ jobs:
cache: 'npm'
- run: npm i
- run: npm run build --if-present
- name: get-npm-version
id: package-version
uses: martinbeentjes/npm-get-version-action@v1.3.1
- name: Extract version
id: extract_version
uses: Saionaro/extract-package-version@v1.2.1
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.package-version.outputs.current-version }}
tag_name: ${{ steps.get-version.outputs.version }}
release_name: Release ${{ github.ref }}
draft: false
prerelease: false
Expand Down

0 comments on commit 57b90b6

Please sign in to comment.