diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5b6baf9..de0c563 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -22,22 +22,22 @@ jobs: - run: npm install - run: npm run build - - name: Create Release - uses: rymndhng/release-on-push-action@master - with: - bump_version_scheme: minor - use-github-release-notes: true - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - - uses: AButler/upload-release-assets@v3.0 - with: - files: "dist/*" - repo-token: ${{ secrets.GITHUB_TOKEN }} - release-tag: ${{ github.ref_name }} + # - name: Create Release + # uses: rymndhng/release-on-push-action@master + # with: + # bump_version_scheme: minor + # use-github-release-notes: true + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - # - name: Upload artifacts - # uses: actions/upload-artifact@v4 + # - uses: AButler/upload-release-assets@v3.0 # with: - # name: production-files - # path: ./dist + # files: "dist/*" + # repo-token: ${{ secrets.GITHUB_TOKEN }} + # release-tag: ${{ github.ref_name }} + + - name: Upload artifacts + uses: actions/upload-artifact@v4 + with: + name: production-files + path: ./dist