diff --git a/.github/workflows/offline-version-website.yml b/.github/workflows/offline-version-website.yml index 2cc7e5e16c..2bd9e5ad07 100644 --- a/.github/workflows/offline-version-website.yml +++ b/.github/workflows/offline-version-website.yml @@ -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