Skip to content

Commit

Permalink
This will fail, but I hope its failure will help me
Browse files Browse the repository at this point in the history
  • Loading branch information
Riduidel committed May 29, 2024
1 parent 909a0b2 commit 3d5fc4a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ jobs:
- name: Build with Maven
run: mvn --no-transfer-progress -B release:prepare release:perform -Prelease --file pom.xml
env:
# Secret is changed to have the permission to update the workflow file
GITHUB_TOKEN: ${{ secrets.TOKEN_FOR_GITHUB }}
GITHUB_TOKEN: ${{ github.token }}
- name: Get created tag name (for GitHuub release creation)
id: tag
run: echo "CREATED_GIT_TAG=$(git describe --tags --abbrev=0)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 3d5fc4a

Please sign in to comment.