Skip to content

Commit

Permalink
fix: terminate sed expression
Browse files Browse the repository at this point in the history
  • Loading branch information
paddatrapper committed May 16, 2023
1 parent e1c743e commit de7bb93
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 @@ -25,7 +25,7 @@ jobs:
run: |
git fetch --prune --unshallow
echo "RELEASE_VERSION=$(git describe --abbrev=0 --tags | sed -e 's/^v//')" >> $GITHUB_ENV
sed -i "s/:v0/:v$RELEASE_VERSION" plugin.yaml
sed -i "s/:v0/:v$RELEASE_VERSION/" plugin.yaml
- name: Upload plugin manifest to action run
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit de7bb93

Please sign in to comment.