Skip to content

Commit

Permalink
0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
a-tokyo committed Feb 9, 2023
1 parent df25104 commit 34e7ac2
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,6 @@ jobs:
# tag: ${{ steps.ownEnvVars.outputs.PACKAGE_VERSION }}
# commit: main
# body: ${{ steps.ownEnvVars.outputs.COMMIT_LOG }}
- name: Create Release
id: create_release
uses: actions/create-release@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: ${{ steps.ownEnvVars.outputs.PACKAGE_VERSION }}
release_name: ${{ steps.ownEnvVars.outputs.PACKAGE_VERSION }}
body: ${{ steps.ownEnvVars.outputs.COMMIT_LOG }}
draft: false
prerelease: false
- name: npm publish
run: npm publish
env:
Expand Down

0 comments on commit 34e7ac2

Please sign in to comment.