Skip to content

Commit

Permalink
build: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zhensherlock committed Oct 31, 2023
1 parent 8eca1d8 commit b1d10c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@4
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
echo ::set-output name=name::$(echo ${{ github.event.release.name }} | sed -E 's/^@watermark-design/(.+)@.+$/\1/')
- name: Checkout
uses: actions/checkout@4
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit b1d10c3

Please sign in to comment.