Skip to content

Commit

Permalink
chore: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoKam committed May 3, 2024
1 parent 5e44931 commit 1cd5f17
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/changesets-auto-pre-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
types: [ opened, reopened, synchronize ]
branches:
- master
concurrency:
group: changesets-auto-pre-publish-${{ github.event.pull_request.number }}
cancel-in-progress: true

jobs:
pre-publish:
Expand All @@ -24,8 +27,8 @@ jobs:
run: |
npm i pnpm -g
pnpm i --no-frozen-lockfile
- name: Get current timestamp
run: echo "timestamp=$(date +'%Y%m%d%H%M%S')" >> $GITHUB_ENV
# - name: Get current timestamp
# run: echo "timestamp=$(date +'%Y%m%d%H%M%S')" >> $GITHUB_ENV
- name: Pre Publish
id: changesets
run: |
Expand Down

0 comments on commit 1cd5f17

Please sign in to comment.