refactor: update workflow name

This commit is contained in:
WofWca 2023-03-26 16:13:36 +04:00
parent 0cba861ee7
commit a9af9080c0
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# How the file was made: template used: GitHub's suggested "deploy Nuxt app to GitHub pages"
# Since it's a Vite project, better refer to https://vitejs.dev/guide/static-deploy.html#github-pages
name: Deploy Nuxt site to Pages
name: Deploy and release
on:
# Runs on pushes targeting the default branch
@ -52,7 +52,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
# Release every commit
tag_name: {{ github.sha }}
tag_name: ${{ github.sha }}
# prerelease: ${{ contains(github.event.ref, '-beta') }}
prerelease: true
fail_on_unmatched_files: true