From 046b04e7d4daa3d995484b5e5b5e35e16e08e060 Mon Sep 17 00:00:00 2001 From: antonymott <3238636+antonymott@users.noreply.github.com> Date: Tue, 3 Dec 2024 16:08:00 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=AA=90=20commit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 14 +++++++------- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 14 insertions(+), 8 deletions(-) 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",