Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Sims <hello@evansims.com>
  • Loading branch information
evansims committed Nov 29, 2023
1 parent cdac5dc commit 566215b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/tag-exists/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ runs:
echo "EXISTS=false" >> $GITHUB_OUTPUT
fi
env:
TAG_NAME: v${{ inputs.tag }}
TAG_NAME: ${{ inputs.tag }}
GITHUB_TOKEN: ${{ inputs.token }}

0 comments on commit 566215b

Please sign in to comment.