Skip to content

Commit

Permalink
chore: allow publish workflow to push tags
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianwessel committed Feb 24, 2024
1 parent a25adab commit 76758fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
build:
environment: publish_version
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 76758fc

Please sign in to comment.