1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Revert remove GITHUB_TOKEN from release workflow

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-01-26 09:06:49 -05:00
parent d8930ed030
commit 0473f6c357

View File

@ -21,6 +21,7 @@ jobs:
- uses: butlerlogic/action-autotag@stable
id: tagger
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
tag_prefix: v
root: /packages/core
- uses: ncipollo/release-action@v1