Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsukaHiro authored Jul 27, 2023
1 parent 7f09e10 commit 1af9cd3
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,14 @@ 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
with:
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 }}

Expand Down

0 comments on commit 1af9cd3

Please sign in to comment.