We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd404fe commit d7863afCopy full SHA for d7863af
1 file changed
.github/workflows/release.yml
@@ -96,7 +96,7 @@ jobs:
96
run: |
97
git config user.name "slack-cli-releaser[bot]"
98
git config user.email "122933866+slack-cli-releaser[bot]@users.noreply.github.com"
99
- make tag RELEASE_VERSION="$RELEASE_VERSION"
+ make rc RELEASE_VERSION="$RELEASE_VERSION"
100
git push origin "HEAD:refs/heads/rc" --force
101
102
- name: Create or update release PR
0 commit comments