Skip to content

Commit

Permalink
ci: action version
Browse files Browse the repository at this point in the history
  • Loading branch information
OpportunityLiu committed May 7, 2024
1 parent c041f57 commit b20bb29
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4
- name: Install
uses: wyvox/action-setup-pnpm@v3
- name: Set env
Expand All @@ -35,7 +35,7 @@ jobs:
pnpm install --prod --no-lockfile --node-linker=hoisted
zip -r ../../release.zip .
- name: Publish release
uses: ncipollo/release-action@v1.14.0
uses: ncipollo/release-action@v1
if: github.ref == 'refs/heads/master'
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- name: Install
uses: wyvox/action-setup-pnpm@v3
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4
- name: Install
uses: wyvox/action-setup-pnpm@v3
- name: Set env
Expand Down

0 comments on commit b20bb29

Please sign in to comment.