From 61ec22529ca947c2fe335a0f1ca3ffacc474caa0 Mon Sep 17 00:00:00 2001 From: Nathan Roys Date: Tue, 13 Jun 2023 16:27:13 +0100 Subject: [PATCH] chore: update release action --- .github/workflows/release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bb56401..4ebab2b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,8 +16,6 @@ jobs: issues: write # to be able to comment on released issues pull-requests: write # to be able to comment on released pull requests id-token: write # to enable use of OIDC for npm provenance - container: - image: node:latest steps: - name: Checkout uses: actions/checkout@v3 @@ -35,4 +33,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - run: npx semantic-release \ No newline at end of file + run: npx semantic-release