Skip to content

Commit

Permalink
Remove quotes from package version value
Browse files Browse the repository at this point in the history
  • Loading branch information
mhaswell-bcgov committed Apr 25, 2024
1 parent 31c6b22 commit 458f6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildTestPublishContainerDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set package version
id: set-package-version
run: |
echo package-tag=$(npm pkg get version) >> $GITHUB_OUTPUT
echo package-tag=$(npm pkg get version | tr -d '"') >> $GITHUB_OUTPUT
publish-container:
if: ${{ github.repository == 'bcgov/des-notifybc' && github.event_name != 'pull_request' }}
needs: build-and-test
Expand Down

0 comments on commit 458f6e6

Please sign in to comment.