Skip to content

Commit e443e47

Browse files
committed
Revert "fix"
This reverts commit d4b8c7e.
1 parent d4b8c7e commit e443e47

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/add-tag.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ on:
1212
- minor
1313
- patch
1414

15-
permissions:
16-
contents: write
1715

1816
jobs:
1917
add-tag:
2018
runs-on: ubuntu-latest
19+
permissions:
20+
contents: write
2121
steps:
2222
- name: Checkout
2323
uses: actions/checkout@v3
@@ -34,6 +34,4 @@ jobs:
3434

3535
- uses: actions-ecosystem/action-push-tag@v1
3636
with:
37-
tag: ${{ steps.bump-semver.outputs.new_version }}
38-
env:
39-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37+
tag: ${{ steps.bump-semver.outputs.new_version }}

0 commit comments

Comments
 (0)