Skip to content

Commit

Permalink
Remove version step from publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmskywalker committed Jul 29, 2023
1 parent 9fcde0e commit 46b2061
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,7 @@ jobs:
node-version: 18.12.1
registry-url: '${{ env.npm_feed_feedzio }}'

- name: Set VERSION variable
run: echo "VERSION=${{env.package_version}}" >> $GITHUB_ENV

- run: |
npm version $VERSION --allow-same-version
npm publish ./elsa-studio-npm-packages/*.tgz
env:
NODE_AUTH_TOKEN: ${{ secrets.FEEDZ_API_KEY }}
Expand Down

0 comments on commit 46b2061

Please sign in to comment.