Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

Commit

Permalink
fix: ref_name
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonN3 authored Feb 20, 2024
1 parent 64c66d2 commit 7eacc6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ runs:
shell: bash
run: |
# Run on main
if [[ ${{ github.event_name }} != 'pull_request' && ${{ github.ref }} == ${{ github.event.repository.default_branch }} ]]
if [[ ${{ github.event_name }} != 'pull_request' && ${{ github.ref_name }} == ${{ github.event.repository.default_branch }} ]]
then
BUILD_TAG="${{ inputs.version }}"
COMMIT_TAGS=()
Expand Down

0 comments on commit 7eacc6d

Please sign in to comment.