Skip to content

Commit

Permalink
[TESTING] skip publish
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpza committed Aug 7, 2024
1 parent a9ce3e5 commit 9083b8c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Publish

on:
push:
tags:
- v*.*.*
# tags:
# - v*.*.*

jobs:
publish:
Expand All @@ -29,13 +29,13 @@ jobs:
- name: Generate Release Body
run: npx extract-changelog-release > RELEASE_BODY.md

- name: Publish to NPM
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# - name: Publish to NPM
# run: npm publish
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Create GitHub Release
uses: ncipollo/release-action@v1
with:
bodyFile: "RELEASE_BODY.md"
token: ${{ secrets.GITHUB_TOKEN }}
# - name: Create GitHub Release
# uses: ncipollo/release-action@v1
# with:
# bodyFile: "RELEASE_BODY.md"
# token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9083b8c

Please sign in to comment.