Skip to content

Commit

Permalink
Update release-dry.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matzar committed Jan 20, 2023
1 parent 98d3f08 commit 4807360
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-dry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,11 @@ jobs:
with:
node-version: '18.13.0'

- name: Install Dependencies
run: npm ci

- name: Dry Release
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 4807360

Please sign in to comment.