From 354e8c068b3f5f3062d9ff8fbd2d9477d514fcc1 Mon Sep 17 00:00:00 2001 From: Miles Johnson Date: Sat, 15 Apr 2023 17:11:10 -0700 Subject: [PATCH] Update action. --- .github/workflows/publish.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 69a5038..e13350d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 }} diff --git a/package.json b/package.json index 87e1e83..c9abff4 100644 --- a/package.json +++ b/package.json @@ -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": {