Skip to content

Commit

Permalink
Merge pull request #12294 from Budibase/fix-trigger-release-automatic…
Browse files Browse the repository at this point in the history
…ally

Fix triggering release
  • Loading branch information
adrinr authored Nov 6, 2023
2 parents 2f4ed62 + f292e22 commit 60123d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
./versionCommit.sh $BUMP_TYPE
new_version=$(./scripts/getCurrentVersion.sh)
new_version=$(./getCurrentVersion.sh)
echo "version=$new_version" >> $GITHUB_OUTPUT
trigger-release:
Expand Down

0 comments on commit 60123d8

Please sign in to comment.