File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 - run : yarn install --frozen-lockfile
1616 - run : yarn build
1717 - run : cd ./dist && yarn pack --filename=../package.tgz
18+ if : " !contains(github.event.head_commit.message, '[skip publish]')"
1819 - uses : Klemensas/action-autotag@stable
20+ if : " !contains(github.event.head_commit.message, '[skip publish]')"
1921 id : update_tag
2022 with :
2123 GITHUB_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
Original file line number Diff line number Diff line change 1515 - run : yarn install --frozen-lockfile
1616 - run : yarn build
1717 - run : cd ./dist && yarn pack --filename=../package.tgz
18+ if : " !contains(github.event.head_commit.message, '[skip publish]')"
1819 - uses : Klemensas/action-autotag@stable
20+ if : " !contains(github.event.head_commit.message, '[skip publish]')"
1921 id : update_tag
2022 with :
2123 GITHUB_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
You can’t perform that action at this time.
0 commit comments