Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit 0ad28d3

Browse files
authored
Update release.yml
1 parent 259c5d0 commit 0ad28d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@ jobs:
1919
git config user.email "github-actions[bot]@users.noreply.github.com"
2020
2121
- name: Create tag
22-
run: git tag v2.1.7
22+
run: git tag v2.1.8
2323

2424
- name: Push tag
2525
env:
2626
GHCR_PAT: ${{ secrets.GHCR_PAT }}
27-
run: git push origin v2.1.7
27+
run: git push origin v2.1.8
2828

2929
- name: Create and Upload Release
3030
uses: softprops/action-gh-release@v1
3131
env:
3232
GHCR_PAT: ${{ secrets.GHCR_PAT }}
3333
with:
34-
tag_name: v2.1.7
35-
name: Release v2.1.7
34+
tag_name: v2.1.8
35+
name: Release v2.1.8
3636
files: |
3737
aurora-linux-amd64.tar.gz
3838
aurora-windows-amd64.tar.gz

0 commit comments

Comments
 (0)