Skip to content

Commit

Permalink
Merge pull request #872 from webdriverio-community/sm/remove-release-it
Browse files Browse the repository at this point in the history
fix(ci): assign release tag for next step correctly
  • Loading branch information
goosewobbler authored Dec 12, 2024
2 parents 5ded0d2 + 0baa56c commit 13232c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
# push tags and commits without running the pre-push hook
git push --tags --no-verify && git push --no-verify
# pass the release tag to the next step
echo "$RELEASE_TAG" >> $GITHUB_OUTPUT
echo "RELEASE_TAG=$RELEASE_TAG" >> $GITHUB_OUTPUT
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create GitHub Release
Expand Down

0 comments on commit 13232c6

Please sign in to comment.