Skip to content

Commit

Permalink
Fix path to local actions (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Jun 5, 2024
1 parent 38034a4 commit a52baf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-action-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
token: ${{ steps.app-token.outputs.token }}

- name: Setup
uses: ./.github/workflows/setup
uses: ./setup
with:
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
aws_region_name: ${{ vars.AWS_REGION_NAME }}
Expand All @@ -38,7 +38,7 @@ jobs:
git push origin ":v${VERSION}"
- name: Create a new signed tag
uses: ./.github/workflows/git-sign
uses: ./git-sign
with:
command: git tag -m "Update tag" -s --local-user=${{ env.GPG_KEY_ID }} v${{ env.VERSION }}"

Expand Down

0 comments on commit a52baf7

Please sign in to comment.