Skip to content

Commit b6becab

Browse files
committed
workflow: create tag before release push
Signed-off-by: gbionescu <[email protected]>
1 parent 07b71ae commit b6becab

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/run.yml

+7
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ jobs:
3131
- name: Build and test all images
3232
run: sudo ./tests/test-all.sh
3333

34+
- name: Bump version and push tag
35+
id: bump
36+
uses: anothrNick/github-tag-action@v1
37+
env:
38+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39+
WITH_V: false
40+
3441
- name: Push to release
3542
uses: softprops/action-gh-release@v1
3643
with:

0 commit comments

Comments
 (0)