Skip to content

Commit

Permalink
fix: Remove conditionals from step in snapshot workflow (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
panteliselef authored May 31, 2024
1 parent 7614296 commit 07eb11b
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 @@ -43,12 +43,10 @@ jobs:
npm run version:snapshot
- name: Build astro-clerk-auth
if: steps.version-packages.outputs.success == '1'
timeout-minutes: 5
run: npx turbo build --filter='astro-clerk-auth'

- name: Snapshot release
if: steps.version-packages.outputs.success == '1'
run: npm run release:snapshot
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 07eb11b

Please sign in to comment.