Skip to content

Commit

Permalink
0.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
gambit07 committed Jul 25, 2024
1 parent c52c39a commit eec829b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ jobs:
run: zip -r ./module.zip ./*

- name: Get Version
shell: bash
id: get-version
run: echo "version=$(node ./.github/workflows/get-version.js)" >> $GITHUB_OUTPUT
run: |
version=$(node -pe "require('./module.json').version")
echo "version=$version" >> $GITHUB_OUTPUT
- name: Create Release
id: create-release
Expand Down

0 comments on commit eec829b

Please sign in to comment.