We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd3a61a commit 4bb9eddCopy full SHA for 4bb9edd
.github/workflows/distribute.yml
@@ -55,7 +55,7 @@ jobs:
55
if: github.event.inputs.autoTag == 'true'
56
uses: EndBug/add-and-commit@v5
57
with:
58
- branch: master
+ branch: ${{ github.ref_name }}
59
author_name: Github bot
60
author_email: elmehdi.sakout@gmail.com
61
message: 'Bump manifest version'
@@ -66,8 +66,6 @@ jobs:
66
runs-on: ubuntu-latest
67
steps:
68
- uses: actions/checkout@v4
69
- with:
70
- ref: master
71
- uses: actions/cache@v4
72
73
path: '**/node_modules'
@@ -93,8 +91,6 @@ jobs:
93
91
94
92
95
96
97
98
99
100
0 commit comments