Skip to content

Commit

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

- name: Install dependencies
shell: bash
run: yarn install --immutable
3 changes: 3 additions & 0 deletions .github/workflows/release-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/actions/gh-setup
- name: Create Snapshot Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
yarn run version-packages --snapshot "${{ github.ref_name }}"
echo '---'
Expand Down

0 comments on commit 76d64eb

Please sign in to comment.