Skip to content

Commit

Permalink
Add condition to the release step
Browse files Browse the repository at this point in the history
  • Loading branch information
squadgazzz committed Jan 31, 2024
1 parent c577636 commit f05a809
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
git push origin --tags
- name: "Create release"
if: ${{ steps.check_changes.outputs.has_changes }}
uses: "actions/github-script@v6"
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit f05a809

Please sign in to comment.