Skip to content

Commit 82cc50e

Browse files
author
Hugo Dias
committed
Add version tagging [patch]
1 parent 770ac84 commit 82cc50e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/gradle-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
2626
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}
2727
run: ./gradlew publishPlugins
28-
# - name: Tag version
29-
# env:
30-
# TOKEN: ${{ secrets.TOKEN }}
31-
# run: ./gradlew tagVersion
28+
- name: Tag version
29+
env:
30+
TOKEN: ${{ secrets.TOKEN }}
31+
run: ./gradlew tagVersion

0 commit comments

Comments
 (0)