We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f56e08f commit aea39bcCopy full SHA for aea39bc
1 file changed
.github/workflows/draft-release.yml
@@ -16,10 +16,6 @@ jobs:
16
- uses: actions/setup-node@v2.1.4
17
- run: sudo apt-get install --no-install-recommends -y bsdtar libopenjp2-tools rpm
18
- run: npm install
19
- - run: echo $IGDB_TOKEN > public/secrets.js
20
- shell: bash
21
- env:
22
- IGDB_TOKEN: ${{ secrets.IGDB_TOKEN}}
23
- run: GH_TOKEN="${{ secrets.WORKFLOW_TOKEN }}" npm run dist
24
- uses: "marvinpinto/action-automatic-releases@latest"
25
with:
0 commit comments