From 2f07907a8a0a3f9a9b0730da4b0d0d3a8e236e75 Mon Sep 17 00:00:00 2001 From: Bozhidar Date: Fri, 24 May 2024 16:36:32 +0300 Subject: [PATCH] update --- .github/workflows/release.yml | 2 +- forge.config.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e2d5f30..2416187 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }} diff --git a/forge.config.js b/forge.config.js index e500a6f..538b27c 100644 --- a/forge.config.js +++ b/forge.config.js @@ -29,7 +29,8 @@ module.exports = { name: 'PhyreRhymes' }, authToken: process.env.GH_TOKEN, - prerelease: true + prerelease: true, + draft: false, } } ],