Skip to content

Commit

Permalink
Merge pull request #22 from player-ui/ghTokenUpdate
Browse files Browse the repository at this point in the history
update testing with github_token
  • Loading branch information
KetanReddy authored Jul 26, 2024
2 parents 3e255bb + 3c0d3e7 commit d361dcc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Release

on:
push:
branches:
- main
on: [push]

jobs:
build:
Expand Down Expand Up @@ -36,7 +33,7 @@ jobs:
- name: auto version
run: pnpm release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}


release:
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"scripts": {
Expand Down

0 comments on commit d361dcc

Please sign in to comment.