Skip to content

Commit

Permalink
remove version from pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mzanoni committed Nov 10, 2023
1 parent 198bacb commit ab01836
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
run: |
echo 'TAG_NAME=${{ steps.get-latest-tag.outputs.tag }}'
echo 'PACKAGE_PATH=${{ steps.get-latest-tag.outputs.tag }}' | cut -d '@' -f 1 >> $GITHUB_ENV
echo 'PACKAGE_VERSION=${{ steps.get-latest-tag.outputs.tag }}' | cut -d '@' -f 2 >> $GITHUB_ENV
- uses: brettdorrans/write-version-to-file@master
if: ${{ env.PACKAGE_PATH == 'client' }}
Expand Down

0 comments on commit ab01836

Please sign in to comment.