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

Commit

Permalink
fix: version workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-audi committed Oct 6, 2023
1 parent e1f3409 commit ce36000
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,12 @@ jobs:
branch: ${{ steps.getpr.outputs.branch }}

- name: Set JS Version (vue3)
id: package_version
uses: KageKirin/set-node-package-version@v1
with:
file: vue3/package.json
version: ${{ steps.semver.outputs.nextStrict }}

- name: Set JS Version (vue2)
id: package_version
uses: KageKirin/set-node-package-version@v1
with:
file: vue2/package.json
Expand Down

0 comments on commit ce36000

Please sign in to comment.