Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhou26 authored Jun 27, 2024
1 parent 207d9ef commit 8346f87
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,23 @@ jobs:
git config user.email "github-actions[bot]@users.noreply.github.com"
- name: Create tag
run: git tag v2.2.1
run: git tag v2.2.2

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

- name: Create and Upload Release
uses: softprops/action-gh-release@v1
env:
GHCR_PAT: ${{ secrets.GHCR_PAT }}
with:
tag_name: v2.2.1
name: Release v2.2.1
tag_name: v2.2.2
name: Release v2.2.2
files: |
aurora-linux-amd64.tar.gz
aurora-linux-arm64.tar.gz
aurora-windows-amd64.tar.gz
aurora-darwin-amd64.tar.gz
aurora-freebsd-amd64.tar.gz

0 comments on commit 8346f87

Please sign in to comment.