Skip to content

Commit

Permalink
ci: 🎡 send slack on release
Browse files Browse the repository at this point in the history
  • Loading branch information
TomTomB committed Feb 16, 2024
1 parent ed88f05 commit 2fb9b8a
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,23 @@ jobs:

- run: yarn install --immutable

# - run: yarn nx format:check
- run: yarn nx format:check

# - run: yarn nx run-many -t lint
- run: yarn nx run-many -t lint

# - run: yarn nx run-many -t test
- run: yarn nx run-many -t test

# - run: yarn nx run-many -t build
- run: yarn nx run-many -t build

# - run: yarn nx run playground:build-storybook:ci
- run: yarn nx run playground:build-storybook:ci

# - uses: FirebaseExtended/action-hosting-deploy@v0
# with:
# repoToken: '${{ secrets.GITHUB_TOKEN }}'
# firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_ETHLETE_SDK }}'
# channelId: live
# projectId: ethlete-sdk
# target: prod
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_ETHLETE_SDK }}'
channelId: live
projectId: ethlete-sdk
target: prod

- name: Create and publish versions
id: changesets
Expand All @@ -60,7 +60,7 @@ jobs:
HUSKY: 0

- name: Post release notes to slack
# if: steps.changesets.outputs.published == 'true'
if: steps.changesets.outputs.published == 'true'
id: slack
uses: slackapi/slack-github-action@v1.25.0
with:
Expand Down

0 comments on commit 2fb9b8a

Please sign in to comment.