From 1af9cd3329c5927029401ca557d536e7d9488d37 Mon Sep 17 00:00:00 2001 From: ItsukaHiro <64533662+ItsukaHiro@users.noreply.github.com> Date: Thu, 27 Jul 2023 13:48:58 +0700 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 30fef52..5ef0876 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,16 +29,6 @@ jobs: - name: Build RSP run: 7z\7za.exe a -mx9 -tzip -aoa RSP.zip assets\* credit.txt pack.mcmeta pack.png README.md - - shell: bash - run: echo "::set-output name=tag::{{ steps.date.outputs.date }}" - id: get_tag - - - name: Create tag in public repository - run: | - cd ${{github.workspace}} - git tag ${{ steps.get_tag.outputs.tag }} - git push --tags --porcelain - - name: Create Release uses: actions/create-release@v1 id: create_release @@ -46,7 +36,7 @@ jobs: draft: false prerelease: true release_name: Build-${{ steps.date.outputs.date }} - tag_name: ${{ steps.get_tag.outputs.tag }} + tag_name: nighty-build env: GITHUB_TOKEN: ${{ github.token }}