Skip to content

Commit

Permalink
Update debug-actoion.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lampese committed Jul 20, 2023
1 parent af0c7bd commit 4bbecbf
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/debug-actoion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,5 @@ jobs:

- name: Build
run: |
npm install
cat package-lock.json
- name: Provide release version
id: release_version
run: echo "release_version=$(cat version)" >> $GITHUB_OUTPUT

- name: Publish
uses: softprops/action-gh-release@v1
with:
files: VoxelGeometry.mcpack
tag_name: Minecraft_BedRock_ScriptAPI_v${{ steps.release_version.outputs.release_version }}

0 comments on commit 4bbecbf

Please sign in to comment.