Skip to content

Commit

Permalink
😳 OOPS
Browse files Browse the repository at this point in the history
Signed-off-by: XyperCode <xypercode@ultreon.dev>
  • Loading branch information
XyperCode committed Dec 14, 2024
1 parent 82a65b2 commit c7a3887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-publish-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Extract branch name
shell: bash
run: echo "branch=branches/${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT
run: echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT
id: extract_branch
- name: Build with Gradle
run: ./gradlew build
Expand Down

0 comments on commit c7a3887

Please sign in to comment.