Skip to content

Commit

Permalink
Upgraded release-to-slack GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen committed Dec 14, 2023
1 parent 8460c3d commit 6277e34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
draft: false

- name: 'Post to #realm-releases'
uses: realm/ci-actions/release-to-slack@v3
uses: realm/ci-actions/release-to-slack@9166f8af1cc0739f03702c66294ed2fe4cc55f4c
with:
changelog: EXTRACTED_CHANGELOG.md
sdk: ${{env.SDK_NAME}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
prerelease: ${{ steps.get-version.outputs.prerelease }}

- name: 'Post to #realm-releases'
uses: realm/ci-actions/release-to-slack@v3
uses: realm/ci-actions/release-to-slack@9166f8af1cc0739f03702c66294ed2fe4cc55f4c
with:
changelog: EXTRACTED_CHANGELOG.md
sdk: JavaScript
Expand Down

0 comments on commit 6277e34

Please sign in to comment.