Skip to content

Commit

Permalink
Merge pull request #5 from EddieDover/version-fix-2
Browse files Browse the repository at this point in the history
Version fix 2
  • Loading branch information
EddieDover committed Sep 18, 2023
2 parents 9dc3759 + 76759a1 commit eee8405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Get Version
shell: bash
id: get-version
run: echo "::set-env name=VERSION::$(node ./.github/workflows/get-version.js)"
run: echo "version=$(node ./.github/workflows/get-version.js)" >> "$GITHUB_OUTPUT"

# Generate changelog for release body
- name: Changelog
Expand Down

0 comments on commit eee8405

Please sign in to comment.