Skip to content

Commit

Permalink
merge github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pmowrer committed Jan 16, 2024
1 parent b9df15b commit 73fe14f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
- run: yarn && yarn run semantic-release-github-pr --debug
# semantic-release dry-run workaround https://github.com/semantic-release/semantic-release/issues/1890#issuecomment-974512960
- run: git checkout -b ${{ github.head_ref }}
- run: unset GITHUB_ACTIONS && yarn && yarn run semantic-release-github-pr --debug

0 comments on commit 73fe14f

Please sign in to comment.