Skip to content

Commit a186d0d

Browse files
Hotfix for release.yml (#41)
### What's done: * Changed ID of publishing tasks
1 parent 44144c8 commit a186d0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
${{ runner.os }}-konan-
4040
4141
- name: 'Publish a release of lib'
42-
id: publish
42+
id: publish-core
4343
uses: gradle/gradle-build-action@v2.9.0
4444
with:
4545
gradle-version: wrapper
@@ -50,7 +50,7 @@ jobs:
5050
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5151

5252
- name: 'Publish a release of plugin'
53-
id: publish
53+
id: publish-plugin
5454
uses: gradle/gradle-build-action@v2.9.0
5555
with:
5656
gradle-version: wrapper

0 commit comments

Comments
 (0)