Skip to content

Commit

Permalink
Fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ggfto committed Aug 21, 2024
1 parent 0223d59 commit f5d230a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,18 +83,18 @@ jobs:
uses: 'marvinpinto/[email protected]'
id: auto_release
with:
repo_token: '${{ secrets.GITHUB_TOKEN }}'
repo_token: '${{ secrets.GH_TOKEN }}'
title: ${{ env.RELEASE_VERSION }}
prerelease: false
files: ox_lib.zip

env:
CI: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

- name: Publish npm package
uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
token: ${{ secrets.GH_TOKEN }}
package: './package/package.json'
access: 'public'

0 comments on commit f5d230a

Please sign in to comment.