Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Daiki Hayashi authored Dec 23, 2020
1 parent b0ab2f1 commit 1dcc3e4
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 @@ -26,10 +26,10 @@ jobs:
- run: npm build
env:
GITHUB_TOKEN: ${{ secrets.HDL_SERVICE_TOKEN }}
- run: npm --no-git-tag-version version ${TAG##*/}
- run: npm --no-git-tag-version version ${REF##*/}
env:
GITHUB_TOKEN: ${{ secrets.HDL_SERVICE_TOKEN }}
TAG: ${{ github.event.client_payload.ref }}
REF: ${{ github.ref }}
- uses: actions/delete-package-versions@v1
with:
package-name: 'app-common'
Expand Down

0 comments on commit 1dcc3e4

Please sign in to comment.