diff --git a/.github/workflows/tagged-release.yml b/.github/workflows/tagged-release.yml deleted file mode 100644 index 8fb12ce..0000000 --- a/.github/workflows/tagged-release.yml +++ /dev/null @@ -1,39 +0,0 @@ -name: "tagged-release" - -on: - push: - tags: - - "v*" - pull_request: - tags: - - "v*" - -jobs: - tagged-release: - permissions: write-all - name: "Tagged Release" - runs-on: ubuntu-latest - - steps: - - name: Check out code into the Go module directory - uses: actions/checkout@v2 - - - name: Set up Go - uses: actions/setup-go@v2 - with: - go-version: 1.19 - - - name: Install packwiz - run: go install github.com/packwiz/packwiz@latest - - - name: Build and Export - run: | - packwiz curseforge export - echo "done!" - - - uses: "marvinpinto/action-automatic-releases@latest" - with: - repo_token: "${{ secrets.GITHUB_TOKEN }}" - prerelease: false - files: | - *.zip