updated github actions workflow

This commit is contained in:
Vomitblood 2024-08-07 17:37:36 +08:00
parent 30ebb72e4b
commit 337209a6ab

View file

@ -20,16 +20,9 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch the full history, including the .git directory
# - name: Install git
# run: apt update && apt install -y git
- name: Get Variables
run: |
pwd
ls -la
run: echo "TAG_NAME=commit-$(git rev-parse --short HEAD)" >> $GITHUB_ENV
# - name: Update packages
# run: apt update && apt upgrade -y
@ -62,8 +55,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: commit-$(git rev-parse --short HEAD)
release_name: commit-$(git rev-parse --short HEAD)
tag_name: ${{ env.TAG_NAME }}
release_name: ${{ env.TAG_NAME }}
draft: false
prerelease: false