Skip to content

Commit

Permalink
fix: github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
izatop committed Feb 7, 2024
1 parent 25e9582 commit 48b307c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
ci:
runs-on: [linux, x64]
runs-on: ubuntu-22.04
name: Publish
steps:
- uses: actions/checkout@v3
Expand All @@ -17,7 +17,7 @@ jobs:
node-version: 20.10.0
registry-url: 'https://registry.npmjs.org'
- uses: fregante/setup-git-user@v2
- run: yarn --immutable-cache --immutable
- run: yarn --immutable
- run: bin/publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 48b307c

Please sign in to comment.