Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyLuLiu authored Jul 3, 2024
1 parent c478bc4 commit 0a3df8d
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 @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4
- name: get tag
env:
TAG_CONTEXT: ${{ toJson(github.event.release.tag_name) }}
TAG_CONTEXT: ${{ toJson(github.ref_name) }}
run: echo "$TAG_CONTEXT"
- name: write script
run: |
Expand Down

0 comments on commit 0a3df8d

Please sign in to comment.