Skip to content

Commit

Permalink
ci(publish): Pin workflows to release with artifact steps
Browse files Browse the repository at this point in the history
  • Loading branch information
chris3ware committed Aug 27, 2024
1 parent 025e998 commit 81c44b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
# `name: Test` in hugo.yaml
name: Test
needs: [lint]
uses: 3ware/www-src/.github/workflows/hugo.yaml@ref-hugo-publish-workflow
uses: 3ware/www-src/.github/workflows/hugo.yaml@92f6a8455c7aef8dd906e7c0f5259ee21dcd80c9 #v2.1.0
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions: {}
jobs:
build-website:
name: Build
uses: 3ware/www-src/.github/workflows/hugo.yaml@2e5314429b97aecc4354ba42a5ba0fb0c287b1ec # v2.0.0
uses: 3ware/www-src/.github/workflows/hugo.yaml@92f6a8455c7aef8dd906e7c0f5259ee21dcd80c9 #v2.1.0

publish-website:
name: Publish
Expand Down

0 comments on commit 81c44b2

Please sign in to comment.