Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Sep 5, 2024
1 parent 841a8b6 commit f680dfa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Release & Publish to NPM

on:
pull_request:
push:
branches: [main]

Expand All @@ -26,7 +27,7 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Release
run: npx run release-it --ci
run: npx run release-it --ci --dry-run
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f680dfa

Please sign in to comment.