Skip to content

Commit

Permalink
test snapshot again
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz committed Jul 24, 2024
1 parent a89dd97 commit b86e56a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/actions/gh-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ runs:
with:
node-version: lts/*
cache: yarn
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Install dependencies
shell: bash
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,3 @@ jobs:
git diff
echo '---'
yarn run publish --tag "${{ github.ref_name }}" --no-git-tag
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit b86e56a

Please sign in to comment.