File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11# GitHub Actions Workflow created for handling the release process based on the draft release prepared
22# with the Build workflow. Running the publishPlugin task requires the PUBLISH_TOKEN secret provided.
33
4+
45name : Release
56on :
67 release :
@@ -16,13 +17,13 @@ jobs:
1617
1718 # Check out current repository
1819 - name : Fetch Sources
19- uses : actions/checkout@v2.4.0
20+ uses : actions/checkout@v3
2021 with :
2122 ref : ${{ github.event.release.tag_name }}
2223
2324 # Setup Java 11 environment for the next steps
2425 - name : Setup Java
25- uses : actions/setup-java@v2
26+ uses : actions/setup-java@v3
2627 with :
2728 distribution : zulu
2829 java-version : 11
5556 # Publish the plugin to the Marketplace
5657 - name : Publish Plugin
5758 env :
58- PUBLISH_TOKEN : ${{ secrets.PUBLISH_TOKEN }}
59+ PUBLISH_TOKEN : ${{ secrets.DIGMA_JB_INTELLIJ_PUBLISH_TOKEN }}
5960 run : ./gradlew publishPlugin
6061
6162 # Upload artifact as a release asset
You can’t perform that action at this time.
0 commit comments