Skip to content

Commit

Permalink
one more try
Browse files Browse the repository at this point in the history
  • Loading branch information
furudean committed Jul 6, 2024
1 parent b057cb1 commit 5078cd8
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,16 @@ jobs:
with:
node-version: 18.x

- name: get-npm-version
id: package-version
uses: martinbeentjes/npm-get-version-action@v1.3.1
- name: Retrieve information from package.json
uses: myrotvorets/info-from-package-json-action@1.0.0
id: ver

- run: npm install

- run: vsce package --target ${{ matrix.target }} -o renpy-warp-${{ steps.package-version.outputs.current-version}}-${{ matrix.target }}.vsix
- run: >-
npm run package --
--target ${{ matrix.target }}
--out renpy-warp-${{ steps.ver.outputs.packageVersion }}-${{ matrix.target }}.vsix

- name: create github release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 5078cd8

Please sign in to comment.