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.
1 parent a3a83b2 commit 406e58bCopy full SHA for 406e58b
.github/workflows/create_release_pr.yml
@@ -17,8 +17,6 @@ jobs:
17
steps:
18
- name: Checkout the latest code
19
uses: actions/checkout@v3
20
- with:
21
- token: ${{ github.token }}
22
23
- name: Read the current version
24
id: version
@@ -27,11 +25,9 @@ jobs:
27
25
path: "version.properties"
28
26
properties: "templateScriptVersion"
29
30
- - uses: nimblehq/github-actions-workflows/[email protected].6
+ - uses: nimblehq/github-actions-workflows/[email protected].10
31
with:
32
33
version: ${{ steps.version.outputs.templateScriptVersion }}
34
- base_branch: main-0.6
+ # base_branch: main-0.6
35
changelogConfiguration: ".github/workflows/config/changelog-release.json"
36
- assignee: luongvo-bot
37
- label: "type : release"
+ # assignee: luongvo-bot
0 commit comments