We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b11840 commit 4fd9ecbCopy full SHA for 4fd9ecb
.github/workflows/on-merge-to-main.yml
@@ -16,9 +16,6 @@ jobs:
16
steps:
17
- name: "Checkout"
18
uses: actions/checkout@v3
19
- with:
20
- token: ${{ secrets.GH_PUBLISH_TOKEN }}
21
- fetch-depth: 0
22
#########################
23
# Release new version
24
@@ -44,7 +41,7 @@ jobs:
44
41
run: npm run lerna-lint
45
42
- name: Run tests
46
43
run: npm run lerna-test
47
- - name: update release draft
+ - name: Update release draft
48
uses: release-drafter/[email protected]
49
env:
50
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/on-release-prod.yml
@@ -13,9 +13,6 @@ jobs:
13
14
15
0 commit comments