diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a82131d..a5fd635 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,6 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ matrix.node }} - cache: 'npm' - name: Install Dependencies run: npm ci @@ -34,6 +33,7 @@ jobs: uses: softprops/action-gh-release@v1 with: token: ${{ secrets.GITHUB_TOKEN }} + tag_name: v0.${{ github.run_number}} files: | OpenGOAL Launcher.app OpenGOAL-Launcher.exe