Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhou26 authored May 17, 2024
1 parent e935742 commit 35090c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@ jobs:
git config user.email "github-actions[bot]@users.noreply.github.com"
- name: Create tag
run: git tag v2.1.6
run: git tag v2.1.7

- name: Push tag
env:
GHCR_PAT: ${{ secrets.GHCR_PAT }}
run: git push origin v2.1.6
run: git push origin v2.1.7

- name: Create and Upload Release
uses: softprops/action-gh-release@v1
env:
GHCR_PAT: ${{ secrets.GHCR_PAT }}
with:
tag_name: v2.1.6
name: Release v2.1.6
tag_name: v2.1.7
name: Release v2.1.7
files: |
aurora-linux-amd64.tar.gz
aurora-windows-amd64.tar.gz
Expand Down

0 comments on commit 35090c9

Please sign in to comment.