Skip to content

Commit

Permalink
Fix Create tag step of tag_and_release.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyazub authored Apr 3, 2023
1 parent c724557 commit 1c3c794
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tag_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:

jobs:
release:
env:
GEM_NAME: turbo_tests
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
name: Tag and Release
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 1c3c794

Please sign in to comment.