From 38ffe27dacaf99d100bd0c1c94a4478e6db210a2 Mon Sep 17 00:00:00 2001 From: bpcreech <35012922+bpcreech@users.noreply.github.com> Date: Sun, 4 Feb 2024 17:22:46 -0500 Subject: [PATCH] tag when releasing --- .github/workflows/build.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1847f38..025d46e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -22,14 +22,10 @@ jobs: - run: npm install - run: npm run build - - name: Create Release - id: create_release - uses: actions/create-release@v1 + - name: Create Release0 + uses: rymndhng/release-on-push-action@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - tag_name: ${{ github.ref }} - release_name: Release ${{ github.ref }} # - name: Upload artifacts # uses: actions/upload-artifact@v4