Skip to content

Commit

Permalink
Second attempt - release 50
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotn committed Mar 22, 2024
1 parent 8f00b3e commit 672e45a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ name: Weld Parent
release:
current-version: 50
next-version: 51-SNAPSHOT

4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{github.event.pull_request.merged == true}}
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{secrets.RELEASE_TOKEN}}
steps:
- name: Retrieve project metadata
id: metadata
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
token: ${{secrets.GITHUB_TOKEN}}
token: ${{secrets.RELEASE_TOKEN}}

- name: Set up JDK 11
uses: actions/setup-java@v3
Expand Down

0 comments on commit 672e45a

Please sign in to comment.