Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
debdutdeb committed May 20, 2024
1 parent 48390df commit d009cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: get release version
id: get_release_version
run: echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
run: echo "TAG=${GITHUB_REF#refs/heads/}" >> $GITHUB_ENV

- name: get release id
id: get_release_id
Expand Down

0 comments on commit d009cde

Please sign in to comment.