We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 770ac84 commit 82cc50eCopy full SHA for 82cc50e
.github/workflows/gradle-publish.yml
@@ -25,7 +25,7 @@ jobs:
25
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
26
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}
27
run: ./gradlew publishPlugins
28
-# - name: Tag version
29
-# env:
30
-# TOKEN: ${{ secrets.TOKEN }}
31
-# run: ./gradlew tagVersion
+ - name: Tag version
+ env:
+ TOKEN: ${{ secrets.TOKEN }}
+ run: ./gradlew tagVersion
0 commit comments