Skip to content

Commit

Permalink
fix:修改action
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkioTomas committed Oct 17, 2023
1 parent 2a4d3a4 commit 3e59ab0
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 @@ -21,7 +21,7 @@ jobs:
run: echo ::set-output name=tag_name::$(git describe --tags --abbrev=0)
- name: Remove "v" from tag name
id: remove_v
run: echo ::set-output name=tag_name_without_v::${{ steps.get_tag.outputs.tag_name#"v"}}
run: echo ::set-output name=tag_name_without_v::${{ steps.get_tag.outputs.tag_name.replace('v', '') }}
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit 3e59ab0

Please sign in to comment.