Update action.

This commit is contained in:
Miles Johnson 2023-04-15 17:11:10 -07:00
parent 64b109dfe7
commit 354e8c068b
2 changed files with 2 additions and 2 deletions

View file

@ -13,6 +13,6 @@ jobs:
- run: npm install -g pnpm
- run: pnpm install
- run: pnpm run build
- uses: JasonEtco/build-and-tag-action@v1
- uses: JasonEtco/build-and-tag-action@v2
env:
GITHUB_TOKEN: ${{ github.token }}