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 1b0aee5 commit c1b83d3Copy full SHA for c1b83d3
.github/workflows/main.yml
@@ -205,14 +205,10 @@ jobs:
205
- name: List assets
206
run: ls rassets
207
208
- - name: Tag
209
- run: |
210
- tag=v${{ needs.build.outputs.plugin_version }}
211
- message=':bookmark: Version ${{ needs.build.outputs.plugin_version }}'
212
- git config user.name "${GITHUB_ACTOR}"
213
- git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
214
- git tag -a "${tag}" -m "${message}"
215
- git push origin "${tag}"
+ - uses: thejeff77/[email protected]
+ with:
+ tag: v${{ needs.build.outputs.plugin_version }}
+ message: ':bookmark: Version ${{ needs.build.outputs.plugin_version }}'
216
217
- name: Release
218
uses: softprops/action-gh-release@v2
0 commit comments