Skip to content

Commit

Permalink
change tag name bc it breaks RN test app
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanynwyeung committed Jan 8, 2025
1 parent 4895be4 commit 1068382
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/poc-publish-with-delay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
publish:
uses: aws-amplify/amplify-ui/.github/workflows/reusable-tagged-publish.yml@main
with:
dist-tag: test-delay
dist-tag: testdelay
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

Expand All @@ -76,7 +76,7 @@ jobs:
uses: ./.github/workflows/reusable-build-system-test.yml
needs: publish
with:
dist-tag: test-delay
dist-tag: testdelay
secrets:
AUTH_E2E_ROLE_ARN: ${{ secrets.AUTH_E2E_ROLE_ARN }}
DOMAIN: ${{ secrets.DOMAIN }}
Expand All @@ -89,4 +89,4 @@ jobs:
uses: ./.github/workflows/reusable-build-system-test-react-native.yml
needs: publish
with:
dist-tag: test-delay
dist-tag: testdelay

0 comments on commit 1068382

Please sign in to comment.