Skip to content

Commit

Permalink
Hotfix for release.yml (#41)
Browse files Browse the repository at this point in the history
### What's done:
 * Changed ID of publishing tasks
  • Loading branch information
sanyavertolet authored Oct 11, 2023
1 parent 44144c8 commit a186d0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
${{ runner.os }}-konan-
- name: 'Publish a release of lib'
id: publish
id: publish-core
uses: gradle/gradle-build-action@v2.9.0
with:
gradle-version: wrapper
Expand All @@ -50,7 +50,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: 'Publish a release of plugin'
id: publish
id: publish-plugin
uses: gradle/gradle-build-action@v2.9.0
with:
gradle-version: wrapper
Expand Down

0 comments on commit a186d0d

Please sign in to comment.