Skip to content

Commit

Permalink
fix release workflow creation
Browse files Browse the repository at this point in the history
Signed-off-by: Asra Ali <asraa@google.com>
  • Loading branch information
asraa committed Mar 20, 2023
1 parent 1ade2b1 commit 727ee4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scripts/e2e-create-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ else
# See: https://github.community/t/push-from-action-does-not-trigger-subsequent-action/16854
if [[ -n "$prerelease" ]]; then
GH_TOKEN=$token gh release create "$tag" --notes-file ./DATA --target "$branch" --prerelease

else
GH_TOKEN=$token gh release create "$tag" --notes-file ./DATA --target "$branch"
fi
GH_TOKEN=$token gh release create "$tag" --notes-file ./DATA --target "$branch"
fi

echo "tag=$tag" >> "$GITHUB_OUTPUT"

0 comments on commit 727ee4a

Please sign in to comment.