Skip to content

Commit a52baf7

Browse files
authored
Fix path to local actions (#21)
1 parent 38034a4 commit a52baf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-action-tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
token: ${{ steps.app-token.outputs.token }}
2626

2727
- name: Setup
28-
uses: ./.github/workflows/setup
28+
uses: ./setup
2929
with:
3030
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
3131
aws_region_name: ${{ vars.AWS_REGION_NAME }}
@@ -38,7 +38,7 @@ jobs:
3838
git push origin ":v${VERSION}"
3939
4040
- name: Create a new signed tag
41-
uses: ./.github/workflows/git-sign
41+
uses: ./git-sign
4242
with:
4343
command: git tag -m "Update tag" -s --local-user=${{ env.GPG_KEY_ID }} v${{ env.VERSION }}"
4444

0 commit comments

Comments
 (0)