Skip to content

Commit

Permalink
fix release job
Browse files Browse the repository at this point in the history
  • Loading branch information
swaroopar committed Oct 5, 2023
1 parent 7e2a80c commit e398e8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ jobs:

- name: Release new version on GitHub
env:
JRELEASER_GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.ORG_GPG_PUBLIC_KEY }}
JRELEASER_PROJECT_VERSION: ${{ steps.new_version.outputs.next-version }}
uses: jreleaser/release-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</parent>
<groupId>org.eclipse.xpanse.terraform.boot</groupId>
<artifactId>terraform-boot</artifactId>
<version>1.0.0</version>
<version>0.0.0-SNAPSHOT</version>
<name>terraform-boot</name>
<description>RESTful API Wrapper for Terraform</description>
<properties>
Expand Down

0 comments on commit e398e8f

Please sign in to comment.