Skip to content

Commit

Permalink
Add version tagging [patch]
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Dias committed Sep 30, 2022
1 parent 770ac84 commit 82cc50e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}
run: ./gradlew publishPlugins
# - name: Tag version
# env:
# TOKEN: ${{ secrets.TOKEN }}
# run: ./gradlew tagVersion
- name: Tag version
env:
TOKEN: ${{ secrets.TOKEN }}
run: ./gradlew tagVersion

0 comments on commit 82cc50e

Please sign in to comment.