Skip to content

Commit d7863af

Browse files
authored
ci: use make rc to release candidate without tag (#557)
1 parent dd404fe commit d7863af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
run: |
9797
git config user.name "slack-cli-releaser[bot]"
9898
git config user.email "122933866+slack-cli-releaser[bot]@users.noreply.github.com"
99-
make tag RELEASE_VERSION="$RELEASE_VERSION"
99+
make rc RELEASE_VERSION="$RELEASE_VERSION"
100100
git push origin "HEAD:refs/heads/rc" --force
101101
102102
- name: Create or update release PR

0 commit comments

Comments
 (0)