Skip to content

Commit

Permalink
swap to double quotes to see if sed will evaulate the expression now
Browse files Browse the repository at this point in the history
  • Loading branch information
phillip-stephens committed Jun 12, 2024
1 parent 2b3e427 commit 36c2ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version_tagging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Update version in cli.go
run: |
VERSION=${{ github.event.inputs.version }}
sed 's/\tzdnsCLIVersion = \".*\"/\tzdnsCLIVersion = \"${VERSION}\"/g' src/cli/cli.go
sed "s/\tzdnsCLIVersion = \".*\"/\tzdnsCLIVersion = \"${VERSION}\"/g" src/cli/cli.go
- name: Commit changes
run: |
Expand Down

0 comments on commit 36c2ca7

Please sign in to comment.