Skip to content

Commit

Permalink
Change tag to include rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
niveathika committed May 10, 2021
1 parent d48c274 commit 4f9e058
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: slbeta1-rc2
- name: Set version env variable
id: version-set
run: |
Expand Down Expand Up @@ -45,7 +47,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 }}-rc2"
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}-rc2'
git {
// To release from any branch
requireBranch = ''
Expand Down

0 comments on commit 4f9e058

Please sign in to comment.