From 0a850a944911fa70b72f6e3c46a87e719bf684a2 Mon Sep 17 00:00:00 2001 From: Conchylicultor Date: Mon, 16 May 2022 00:26:31 +0200 Subject: [PATCH] Skip token --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6da11cd..3e8792c 100644 --- a/action.yml +++ b/action.yml @@ -56,9 +56,9 @@ runs: # TODO(epot): # * Auto set the body # * Skip release if `inputs.release=False` + # token: ${{ secrets.GITHUB_TOKEN }} - if: steps.compare-version.outputs.should-release == 'true' uses: ncipollo/release-action@v1 with: commit: ${{ github.sha }} tag: v${{ steps.compare-version.outputs.version }} - token: ${{ secrets.GITHUB_TOKEN }}