diff --git a/.github/workflows/npm-release.yml b/.github/workflows/npm-release.yml index f53c364..6c8227d 100644 --- a/.github/workflows/npm-release.yml +++ b/.github/workflows/npm-release.yml @@ -16,4 +16,3 @@ jobs: dist_dir: "." secrets: slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }} - gh_token: ${{ secrets.GH_TOKEN }} diff --git a/CHANGELOG.md b/CHANGELOG.md index a606be0..e0707b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,15 @@ All notable changes to this project will be documented in this file. +## [3.0.2] - 2026-02-05 + +### Removed + +- Removed `gh_token` from npm release workflow + ## [3.0.1] - 2026-02-05 -### Bump version +### Fixed - Bump version to 3.0.1 to resolve immutable tag issue diff --git a/package.json b/package.json index 2eb40d2..55454d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@udx/worker-deployment", - "version": "3.0.1", + "version": "3.0.2", "description": "Docker container runner with YAML configuration and automatic GCP authentication (keys, Workload Identity, impersonation)", "bin": { "worker": "bin/worker"