Skip to content

Commit

Permalink
Merge pull request #164 from afids/fix-release-2
Browse files Browse the repository at this point in the history
Remove quotes
  • Loading branch information
kaitj authored Nov 24, 2021
2 parents 89c43e5 + 736dc8d commit 709b5d4
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 709b5d4

Please sign in to comment.