Skip to content

Commit

Permalink
Fix snapshot slack workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed Nov 21, 2022
1 parent 1922265 commit c3442c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
- name: Check Airframe version
run: echo ${AIRFRAME_VERSION}
- name: Post version number to Slack
id: slack
uses: slackapi/[email protected]
with:
# wvlet dev-snapshot channel
Expand All @@ -53,7 +52,6 @@ jobs:
../sbt publishSnapshots
working-directory: ./airspec
- name: Notify the completion to Slack
id: slack
uses: slackapi/[email protected]
with:
# wvlet dev-snapshot channel
Expand Down

0 comments on commit c3442c6

Please sign in to comment.