Skip to content

Commit 3ebcaf7

Browse files
committed
ci/cd: try new workflow
1 parent ee5f2d5 commit 3ebcaf7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build-and-release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ jobs:
3131
- name: Build the ISO
3232
run: make iso
3333

34+
- name: Create Tag
35+
run: |
36+
git config user.name "github-actions"
37+
git config user.email "github-actions@github.com"
38+
git tag -a "v0.0.${{ github.run_number }}" -m "Auto tag for run ${{ github.run_number }}"
39+
git push origin "v0.0.${{ github.run_number }}"
40+
3441
- name: Create Release
3542
id: create_release
3643
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)