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 }}

View file

@ -1,6 +1,6 @@
{
"name": "@moonrepo/setup-rust",
"version": "0.1.0",
"version": "0.1.1",
"description": "A GitHub action for setting up Rust and Cargo.",
"main": "dist/index.js",
"scripts": {