Skip to content

Commit

Permalink
use sed to trim
Browse files Browse the repository at this point in the history
  • Loading branch information
b-cooper committed Nov 30, 2023
1 parent 8b3cecb commit bb9713d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/components-test-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
needs: ['js-unit-test', 'determine-build-type']
if: needs.determine-build-type.outputs.type == 'publish'
env:
VERSION_STRING: echo github.ref | tr "refs/tags/components@" ""
VERSION_STRING: echo github.ref | sed 's/refs\/tags\/components@//'
steps:
- uses: 'actions/checkout@v3'
# https://github.com/actions/checkout/issues/290
Expand Down

0 comments on commit bb9713d

Please sign in to comment.