Skip to content

Commit 8cad13c

Browse files
INFRA-2675: fix common actions
1 parent c405e9e commit 8cad13c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build-publish.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,13 @@ jobs:
4444
git tag -a -m "${truncated_version}" ${truncated_version}
4545
git push --tags
4646
echo "new_tag=${truncated_version}" >> $GITHUB_OUTPUT
47+
- name: Checkout common-actions repo
48+
uses: actions/checkout@v4
49+
with:
50+
repository: parsable/common-actions
51+
path: ./common-actions
4752
- name: Release
48-
uses: parsable/common-actions/[email protected]
53+
uses: ./common-actions/[email protected]
4954
with:
5055
token: ${{ secrets.GITHUB_TOKEN }}
5156
tag: ${{ steps.tag.outputs.new_tag }}

0 commit comments

Comments
 (0)