Skip to content

Commit

Permalink
Revert "fix"
Browse files Browse the repository at this point in the history
This reverts commit d4b8c7e.
  • Loading branch information
odanado committed Mar 26, 2024
1 parent d4b8c7e commit e443e47
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/add-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ on:
- minor
- patch

permissions:
contents: write

jobs:
add-tag:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -34,6 +34,4 @@ jobs:

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

0 comments on commit e443e47

Please sign in to comment.