Skip to content

Commit

Permalink
chore: fix tag workflow [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
omermorad committed Jul 13, 2024
1 parent 7719722 commit 035013a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tag-global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@ on:
description: 'Tag Name (e.g. v1.0.0)'
required: true

permissions:
contents: write
id-token: write

jobs:
tag-and-push:
name: Tag and Push
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 035013a

Please sign in to comment.