Skip to content

Commit

Permalink
fix: fix broken actions
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejohnson7 committed Oct 22, 2023
1 parent 14a961f commit 2131a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
if [[ "${{ inputs.auto-bump-version }}" == "true" ]]; then
echo "::set-output name=tag::v${{ steps.bump-version.outputs.newVersionName }}"
else
echo "::set-output name=tag::$(git describe --tags --abbrev=0)
echo "::set-output name=tag::$(git describe --tags --abbrev=0)"
fi
- name: Tag Repo
Expand Down

0 comments on commit 2131a85

Please sign in to comment.