Skip to content

Commit 4878033

Browse files
committed
fix: autorelease
1 parent e748711 commit 4878033

File tree

3 files changed

+4
-63
lines changed

3 files changed

+4
-63
lines changed

.github/workflows/on-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
NAME: "async-graphql-extension-apollo-tracing"
9292
VERSION_BUMP: ${{ steps.extract-version-labels.outputs.versionBump }}
9393
with:
94-
github-token: ${{ secrets.GITHUB_TOKEN }}
94+
github-token: ${{ secrets.DEPLOY_TOKEN }}
9595
previews: 'ant-man-preview,flash-preview'
9696
script: |
9797
const ref = process.env.REF;

.github/workflows/publish.yml

Lines changed: 0 additions & 62 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
### Fix
10+
11+
- Fix auto-release
912

1013
## [0.4.1]
1114

0 commit comments

Comments
 (0)