diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 057b609..e25d330 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -79,10 +79,10 @@ jobs: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Tag release - if: steps.check.outputs.version_changed == 'true' - run: | - git config --local user.email "github-actions[bot]@users.noreply.github.com" - git config --local user.name "github-actions[bot]" - git tag -a "v${{ steps.check.outputs.new_version }}" -m "v${{ steps.check.outputs.new_version }}" - git push origin "v${{ steps.check.outputs.new_version }}" + # - name: Tag release + # if: steps.check.outputs.version_changed == 'true' + # run: | + # git config --local user.email "github-actions[bot]@users.noreply.github.com" + # git config --local user.name "github-actions[bot]" + # git tag -a "v${{ steps.check.outputs.new_version }}" -m "v${{ steps.check.outputs.new_version }}" + # git push origin "v${{ steps.check.outputs.new_version }}" diff --git a/CHANGELOG.md b/CHANGELOG.md index cc48515..1cc4385 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # crystals-kyber-rustykey +## 0.0.8 + +### Patch Changes + +- text 0.0.8 + ## 0.0.7 ### Patch Changes diff --git a/package.json b/package.json index 10ecbd0..9f84f25 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "crystals-kyber-rustykey", "description": "", "license": "ISC", - "version": "0.0.7", + "version": "0.0.8", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts",