We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fd21a5 commit 34d9878Copy full SHA for 34d9878
.github/workflows/galaxy.yml
@@ -33,7 +33,7 @@ jobs:
33
version: "${{ github.event.release.tag_name }}"
34
35
- name: push galaxy.yml
36
- uses: github-actions-x/commit@v2.6
+ uses: github-actions-x/commit@v2.9
37
with:
38
github-token: ${{ secrets.GITHUB_TOKEN }}
39
push-branch: 'master'
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
future_release: ${{ steps.version.outputs.next-version }}
- name: push changelog
40
41
0 commit comments