chore: fix ci
This commit is contained in:
parent
73c38d8382
commit
07c3ea1492
2 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: "Initialize Environment"
|
- name: "Initialize Environment"
|
||||||
uses: https://w9r.dev/w9r.dev/action-setup-environment@v1.1.0
|
uses: https://w9r.dev/w9r.dev/action-setup-environment@v1.1.1
|
||||||
with:
|
with:
|
||||||
roleid: ${{ secrets.VAULT_ROLE_ID }}
|
roleid: ${{ secrets.VAULT_ROLE_ID }}
|
||||||
secretid: ${{ secrets.VAULT_SECRET_ID }}
|
secretid: ${{ secrets.VAULT_SECRET_ID }}
|
||||||
|
@ -41,7 +41,7 @@ jobs:
|
||||||
NEW_VERSION=${{steps.generate_next_version.outputs.version}}
|
NEW_VERSION=${{steps.generate_next_version.outputs.version}}
|
||||||
echo NEW_VERSION=$NEW_VERSION >> "$GITHUB_ENV"
|
echo NEW_VERSION=$NEW_VERSION >> "$GITHUB_ENV"
|
||||||
echo "New version: $NEW_VERSION"
|
echo "New version: $NEW_VERSION"
|
||||||
mvn -B --file pom.xml versions:set -DnewVersion=${{ env.NEW_VERSION }}
|
mvn -X -B --file pom.xml versions:set -DnewVersion=${{ env.NEW_VERSION }}
|
||||||
|
|
||||||
- name: "Run JReleaser (Changelog)"
|
- name: "Run JReleaser (Changelog)"
|
||||||
uses: https://w9r.dev/actions/release-action@main
|
uses: https://w9r.dev/actions/release-action@main
|
||||||
|
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: "Initialize Environment"
|
- name: "Initialize Environment"
|
||||||
uses: https://w9r.dev/w9r.dev/action-setup-environment@v1.1.0
|
uses: https://w9r.dev/w9r.dev/action-setup-environment@v1.1.1
|
||||||
with:
|
with:
|
||||||
roleid: "${{ secrets.VAULT_ROLE_ID }}"
|
roleid: "${{ secrets.VAULT_ROLE_ID }}"
|
||||||
secretid: "${{ secrets.VAULT_SECRET_ID }}"
|
secretid: "${{ secrets.VAULT_SECRET_ID }}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue