Skip to content

Commit

Permalink
Create tag if it DOESN'T exist
Browse files Browse the repository at this point in the history
  • Loading branch information
lazerwalker committed Apr 28, 2021
1 parent fdfeb98 commit 5bfc9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
- name: Create tag if needed
uses: negz/create-tag@v1
if: ${{ steps.automatedTagExists.outputs.result && !startsWith(github.ref, 'refs/tags/v') }}
if: ${{ !steps.automatedTagExists.outputs.result && !startsWith(github.ref, 'refs/tags/v') }}
with:
version: ${{ format('{0}.0.0', github.run_number) }}
message: Auto-generated by GitHub Actions
Expand Down

0 comments on commit 5bfc9f6

Please sign in to comment.