Skip to content

Commit 6400663

Browse files
committed
release.yml
Signed-off-by: shalom <[email protected]>
1 parent 3f96af6 commit 6400663

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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+
45
name: Release
56
on:
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
@@ -55,7 +56,7 @@ jobs:
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

0 commit comments

Comments
 (0)