We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c405e9e commit 8cad13cCopy full SHA for 8cad13c
.github/workflows/build-publish.yml
@@ -44,8 +44,13 @@ jobs:
44
git tag -a -m "${truncated_version}" ${truncated_version}
45
git push --tags
46
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
52
- name: Release
- uses: parsable/common-actions/[email protected]
53
+ uses: ./common-actions/[email protected]
54
with:
55
token: ${{ secrets.GITHUB_TOKEN }}
56
tag: ${{ steps.tag.outputs.new_tag }}
0 commit comments