Skip to content

Commit

Permalink
Remove quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
tkkuehn committed Nov 24, 2021
1 parent 89c43e5 commit 736dc8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/afids-validator_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
include: "setup.py"
find: "v[0-9]+.[0-9]+.[0-9]+"
replace: "${{ env.GITHUB_REF }}"
replace: ${{ env.GITHUB_REF }}

- name: Commit setup.py
run: |
Expand Down

0 comments on commit 736dc8d

Please sign in to comment.