Skip to content

Commit

Permalink
Merge pull request #384 from KyleAure/release-typo
Browse files Browse the repository at this point in the history
Typo in release workflow
  • Loading branch information
otaviojava authored Nov 30, 2023
2 parents ca8be2e + 95bca1e commit 44dcde6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
git add .github/ISSUE_TEMPLATE/tck-challenge.yml
git commit -m "Update templates to include release ${{ github.event.release.tag_name }}"
git push origin update-templates
git push origin update-templates-${{ github.sha }}
pull-request:
needs: [update]
Expand Down

0 comments on commit 44dcde6

Please sign in to comment.