Skip to content

Commit 4adbaa8

Browse files
authored
fix: reference release workflow by SHA to bypass GitHub cache (#6)
1 parent e01a072 commit 4adbaa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ permissions:
2121

2222
jobs:
2323
release:
24-
uses: actions-mn/.github/.github/workflows/metanorma-release.yml@v1
24+
uses: actions-mn/.github/.github/workflows/metanorma-release.yml@1e39548
2525
with:
2626
default-visibility: private
2727
include-pattern: ${{ github.event.inputs.include-pattern || '*' }}

0 commit comments

Comments
 (0)