Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
darthmaim committed Feb 22, 2024
1 parent e7af47e commit 6faceeb
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
name: Publish / npm
runs-on: ubuntu-latest
needs: [success]
if: github.event_name == 'push'
permissions:
contents: write
id-token: write
Expand Down Expand Up @@ -73,14 +72,16 @@ jobs:
git config --global user.email "160784075+gw2treasures-release-bot[bot]@users.noreply.github.com"
git config --global user.name "gw2treasures-release-bot[bot]"
- name: Create Release Pull Request
uses: changesets/action@v1
env:
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
NPM_CONFIG_PROVENANCE: true
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
title: New Release
commit: Create new release
publish: npm run release
setupGitUser: false
- run: cat ~/.netrc

# - name: Create Release Pull Request
# uses: changesets/action@v1
# env:
# GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
# NPM_CONFIG_PROVENANCE: true
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# with:
# title: New Release
# commit: Create new release
# publish: npm run release
# setupGitUser: false

0 comments on commit 6faceeb

Please sign in to comment.