We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ddf2cbe + 619c903 commit 93baceaCopy full SHA for 93bacea
.github/workflows/release.yml
@@ -15,11 +15,6 @@ jobs:
15
- name: Checkout the repository
16
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
17
18
- - name: Git auth config
19
- run: |
20
- git config --local user.email "[email protected]"
21
- git config --local user.name "cxAST CI"
22
-
23
- name: Get and Format the PR Title
24
id: get_pr_title
25
run: |
@@ -57,6 +52,8 @@ jobs:
57
52
58
53
- name: Create release from tag
59
54
uses: actions/create-release@v1
55
+ env:
56
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
60
with:
61
tag_name: ${{ steps.bump.outputs.new_version }}
62
release_name: Release ${{ steps.bump.outputs.new_version }}
0 commit comments