Skip to content

Commit

Permalink
Change to ref_name
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy committed Nov 14, 2024
1 parent 7cb5244 commit cd22ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Replace stable version with the release version
run: |-
# store the release tag
tag="${{ github.event.release.tag_name }}"
tag="${{ github.ref_name }}"
# files to search for
md_rst_files=$(find . -type f \( -name "*.md" -o -name "*.rst" \))
Expand Down

0 comments on commit cd22ed6

Please sign in to comment.