Skip to content

Commit

Permalink
Change tag as rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
niveathika committed May 6, 2021
1 parent bcdbd81 commit 42d21ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.BALLERINA_BOT_TOKEN }}
with:
tag_name: "v${{ steps.version-set.outputs.version }}"
tag_name: "v${{ steps.version-set.outputs.version }}-rc1"
release_name: ${{ steps.version-set.outputs.version }}
draft: false
prerelease: false
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ allprojects {
failOnSnapshotDependencies = true
failOnCommitNeeded = false
versionPropertyFile = 'gradle.properties'
tagTemplate = 'v${version}'
tagTemplate = 'v${version}-rc1'
git {
// To release from any branch
requireBranch = ''
Expand Down

0 comments on commit 42d21ea

Please sign in to comment.