Skip to content

Commit

Permalink
chore: update action
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer committed Jul 17, 2024
1 parent 602495c commit 20cede1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Prepare env
run: |
yarn set version classic
yarn install --prod=false
yarn build
git config --global --add safe.directory /github/workspace
- name: Publish if version has been updated
uses: pascalgn/[email protected].8
uses: pascalgn/[email protected].9
with:
tag_name: "v%s"
tag_message: "v%s"
Expand Down

0 comments on commit 20cede1

Please sign in to comment.