Skip to content

Commit 5076994

Browse files
authored
!
1 parent dc97b3b commit 5076994

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ runs:
3838
run: echo "::warning title=ref is a tag::The ref should not be a tag, consider using tags-ignore to avoid the tag being used as a ref to trigger this workflow"
3939
shell: cmd
4040
- id: commit
41-
if: ${{ inputs.no-push == 'false' && !startsWith(inputs.ref, 'refs/tags/') }}
41+
if: ${{ inputs.no-push == 'false' && !startsWith(github.ref, 'refs/tags/') }}
4242
uses: actions-go/push@master
4343
with:
4444
author-email: ${{ inputs.committer-email }}

0 commit comments

Comments
 (0)