Skip to content

Commit

Permalink
dry run release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ashuvssut committed May 8, 2024
1 parent 95ccd19 commit 77bd297
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/changeset-publish.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Publish
on:
workflow_run:
workflows: [CI]
branches: [main]
types: [completed]
push:
branches:
- "**"

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand All @@ -13,7 +12,6 @@ permissions:

jobs:
publish:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
steps:
- name: Action checkout
Expand Down Expand Up @@ -42,7 +40,7 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
publish: yarn release
publish: yarn release --dry-run
cwd: lib/js-sdk
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 77bd297

Please sign in to comment.