Skip to content

Commit

Permalink
Update publication workflow in "main" branch to use "main" branch
Browse files Browse the repository at this point in the history
"main" branch as its current form was not existed at the time of the latest publication workflow update.

Updating the workflow in the "main" branch to use "main branch.

Signed-off-by: Arthit Suriyawongkul <[email protected]>
  • Loading branch information
bact committed Feb 15, 2025
1 parent 61a649d commit 8907cdc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish_v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,9 @@ jobs:
build:
runs-on: ubuntu-latest
env:
REF_SPEC: "develop" # spdx-spec branch: "main" or "develop" or "support/x.y"
REF_MODEL: "main" # spdx-3-model branch: "main" or "develop" or "support/x.y"
REF_PARSER: "main" # spdx-3-model branch: "main" or "develop" or "support/x.y"
# (now we have only "main" for spdx-3-model and spec-parser)
REF_SPEC: "main" # spdx-spec branch: "main" or "develop" or "support/x.y" or tag/commit ID
REF_MODEL: "main" # spdx-3-model branch: "main" or "develop" or "support/x.y" or tag/commit ID
REF_PARSER: "main" # spec-parser branch: "main" or commit ID
GH_PAGES_BRANCH: "gh-pages" # spdx-spec branch to publish HTML to
VERSION_DEFAULT: "v3.0.1" # Default version:
# - A version to be redirected to from the URL without
Expand Down

0 comments on commit 8907cdc

Please sign in to comment.