mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-03 05:57:42 -05:00
Merge remote-tracking branch 'FabricMC/dev/1.10' into dev/1.10
This commit is contained in:
5
.github/workflows/publish-exp.yml
vendored
5
.github/workflows/publish-exp.yml
vendored
@@ -1,6 +1,9 @@
|
||||
name: Publish
|
||||
on: workflow_dispatch
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-24.04
|
||||
@@ -16,7 +19,7 @@ jobs:
|
||||
# Generate the build number based on tags to allow per branch build numbers, not something github provides by default.
|
||||
- name: Generate build number
|
||||
id: buildnumber
|
||||
uses: onyxmueller/build-tag-number@v1
|
||||
uses: FabricMCBot/build-tag-number@7d8df195c4691e1681d458016f75e8bbccdb3375
|
||||
with:
|
||||
token: ${{ secrets.github_token }}
|
||||
prefix: "build/exp/${{ github.ref }}"
|
||||
|
||||
Reference in New Issue
Block a user