diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 18f3bc1..91db95f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,9 +1,6 @@ name: Release -on: - push: - branches: - - main +on: [push] jobs: build: @@ -36,7 +33,7 @@ jobs: - name: auto version run: pnpm release env: - GH_TOKEN: ${{ secrets.GH_TOKEN }} + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} release: diff --git a/CHANGELOG.md b/CHANGELOG.md index f2441b8..89af564 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# v0.0.12 (Fri Jul 26 2024) + +#### 🐛 Bug Fix + +- update testing with github_token ([@mercillo](https://github.com/mercillo)) + +#### Authors: 1 + +- Marlon "Marky" Ercillo ([@mercillo](https://github.com/mercillo)) + +--- + # v0.0.11 (Wed Jul 24 2024) #### 🐛 Bug Fix diff --git a/package.json b/package.json index 6ba8c18..7505d14 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "browser-devtools", "displayName": "Player ui devtools", - "version": "0.0.11", + "version": "0.0.12", "description": "Player UI devtools browser extension", "author": "Rafael Campos ", "scripts": {