Skip to content

Commit

Permalink
🐛 remove failed gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
a-tokyo committed Feb 9, 2023
1 parent dfe7369 commit 927cf14
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ jobs:
# Set COMMIT_LOG
COMMIT_LOG=`git log $(git describe --tags --abbrev=0)..HEAD --format='%s - %an'`
echo ::set-output name=COMMIT_LOG::$COMMIT_LOG
- uses: ncipollo/release-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ steps.ownEnvVars.outputs.PACKAGE_VERSION }}
commit: main
body: ${{ steps.ownEnvVars.outputs.COMMIT_LOG }}
# - uses: ncipollo/release-action@v1
# with:
# token: ${{ secrets.GITHUB_TOKEN }}
# tag: ${{ steps.ownEnvVars.outputs.PACKAGE_VERSION }}
# commit: main
# body: ${{ steps.ownEnvVars.outputs.COMMIT_LOG }}
- name: npm publish
run: npm publish
env:
Expand Down

0 comments on commit 927cf14

Please sign in to comment.