Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bobimicroweber committed May 24, 2024
1 parent ec098c7 commit 2f07907
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ jobs:
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: npm run publish -- --platform=${{ matrix.name }} --arch=${{ matrix.arch }} --auth-token=${{ secrets.GH_TOKEN }}
run: npm run publish -- --platform=${{ matrix.name }} --arch=${{ matrix.arch }}
3 changes: 2 additions & 1 deletion forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ module.exports = {
name: 'PhyreRhymes'
},
authToken: process.env.GH_TOKEN,
prerelease: true
prerelease: true,
draft: false,
}
}
],
Expand Down

0 comments on commit 2f07907

Please sign in to comment.