Skip to content

Commit

Permalink
ci: gitlab action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
npwork committed Dec 21, 2021
1 parent a963002 commit 5e0646c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,17 @@ jobs:
- uses: pnpm/[email protected]
with:
version: 6.20.3
- name: Cache .pnpm-store # From https://pnpm.io/continuous-integration
uses: actions/cache@v1
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-node-${{ hashFiles('**/pnpm-lock.yaml') }}
- run: pnpm install
- name: "Automated Version Bump"
id: version-bump
uses: "phips28/[email protected]"
with:
tag-prefix: ''
tag-prefix: 'v'
env:
GITHUB_TOKEN: ${{ secrets.GIT_HUB_TOKEN }}
- uses: actions/setup-node@v2
Expand Down

0 comments on commit 5e0646c

Please sign in to comment.