From 4959050750f94108681c3b4aa83dd47ee7741b06 Mon Sep 17 00:00:00 2001 From: MostlyEmre <6238977+MostlyEmre@users.noreply.github.com> Date: Thu, 20 Jun 2024 20:49:52 -0400 Subject: [PATCH] action update --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0740e06..434a73e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: - name: Create GitHub release id: create_release - uses: actions/create-release@v1.1.0 + uses: actions/create-release@v1 with: tag_name: ${{ github.ref }} release_name: Release ${{ github.ref }} @@ -40,7 +40,7 @@ jobs: prerelease: false - name: Upload .crx file to release - uses: actions/upload-release-asset@v2 + uses: actions/upload-release-asset@v1 with: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: dist/extension.crx