From a86776c8596df68c2acd9c3f93b4f711d32596d5 Mon Sep 17 00:00:00 2001 From: Kevin Hill Date: Fri, 19 Jul 2024 12:27:42 -0700 Subject: [PATCH] trying some things for the release-action --- .github/workflows/build-and-publish.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 1418b15..4b5b711 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -6,8 +6,10 @@ on: jobs: build-retool-embedder: - name: Build Chrome extension artifact + name: Build Retool Embedder Chrome Extension runs-on: ubuntu-latest + permissions: + contents: write steps: - name: Checkout uses: actions/checkout@v4 @@ -32,5 +34,7 @@ jobs: - name: Archive retool-embedder Artifact uses: ncipollo/release-action@v1 with: + tag: ${{ github.event.head_commit.id }} + commit: "main" artifacts: "retool-embedder-${{ github.event.head_commit.id }}.zip" body: "# Retool Embedder CI Build\n## retool-embedder-${{ github.event.head_commit.id }}.zip"