Skip to content

Commit

Permalink
Rename references too.
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed Jun 24, 2024
1 parent c07bcd6 commit 28727a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/export_guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
push: {}

jobs:
exprt-guide:
export-guide:
name: Export Guide
runs-on: ubuntu-latest

Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
# Attach the guide as a release artifact if we're building a tag which might be a release
attach-release-artifact:
if: startsWith(github.ref, 'refs/tags/fabric/v') || startsWith(github.ref, 'refs/tags/neoforge/v')
needs: build
needs: export-guide
name: Attach Release Artifact
runs-on: ubuntu-latest
steps:
Expand All @@ -67,7 +67,7 @@ jobs:
# Minecraft version will be used to upload the guide data for it.
# We only publish our main Neoforge releases to the site.
publish-web-release:
needs: build
needs: export-guide
name: Publish Release to Web
runs-on: ubuntu-latest
environment: Production
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
# push to master, it'll only run for manually triggered workflows (workflow_dispatch)
# or once per night.
publish-web-snapshot:
needs: build
needs: export-guide
name: Publish Snapshot to Web
runs-on: ubuntu-latest
environment: Production
Expand Down

0 comments on commit 28727a2

Please sign in to comment.