Skip to content

Commit

Permalink
Update publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
naueramant authored Sep 14, 2021
1 parent c0f7553 commit 9e56ce0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '16.x'
registry-url: 'https://npm.pkg.github.com'
always-auth: true
scope: '@uniwise'

- name: Version
run: yarn version --new-version "${GITHUB_REF:11}" --no-git-tag-version
Expand Down

0 comments on commit 9e56ce0

Please sign in to comment.