Skip to content

Commit

Permalink
ci: revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gpbl committed Oct 15, 2024
1 parent fae827d commit c8fb1a5
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,19 +91,6 @@ jobs:
name: rdp-dist
path: dist
- run: echo "//<npm-registry>:8080/:_authToken=$NODE_AUTH_TOKEN" > ~/.npmrc
- name: Bump version
run: |
TAG=$(git describe --tags)
npm version $TAG --no-git-tag-version
- name: Commit and push version bump
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git add package.json
git commit -m "build: bump version to $TAG"
git push origin HEAD:${{ github.ref }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: npm publish --provenance --tag latest
env:
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}

0 comments on commit c8fb1a5

Please sign in to comment.