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