Skip to content

chore(deps): update net.kyori:adventure-api to v4.17.0 (#125) #6

chore(deps): update net.kyori:adventure-api to v4.17.0 (#125)

chore(deps): update net.kyori:adventure-api to v4.17.0 (#125) #6

Workflow file for this run

# GitHub Actions workflow to publish unstable snapshots.
# Snapshots are published from the 'main' branch, and should always be considered
# unstable and unfit for production usage.
name: "Snapshot"
on:
push:
branches: [ "main" ]
jobs:
snapshot:
name: "Snapshot"
uses: HyperaDev/actions/.github/workflows/gradle-snapshot.yml@main
secrets:
HYPERA_SNAPSHOTS_USERNAME: "${{ secrets.HYPERA_SNAPSHOTS_USERNAME }}"
HYPERA_SNAPSHOTS_PASSWORD: "${{ secrets.HYPERA_SNAPSHOTS_PASSWORD }}"