Skip to content

Commit

Permalink
Move to rc3 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
niveathika committed May 20, 2021
1 parent 9c15a47 commit ff45c9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .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-rc3
- name: Set version env variable
id: version-set
run: |
Expand Down Expand Up @@ -45,10 +47,10 @@ 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 }}-rc3"
release_name: ${{ steps.version-set.outputs.version }}
draft: false
prerelease: false
prerelease: true
- name: Upload zip artifacts
uses: actions/upload-release-asset@v1
env:
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}-rc3'
git {
// To release from any branch
requireBranch = ''
Expand Down

0 comments on commit ff45c9d

Please sign in to comment.