Skip to content

Commit

Permalink
fix: change github release working directory to nx-monorepo (aws#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
agdimech authored May 4, 2023
1 parent 3256391 commit 1bd8d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
path: dist
- name: Release
run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.md -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi
working-directory: dist/packages/aws-prototyping-sdk
working-directory: dist/packages/nx-monorepo
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ github.repository }}
Expand Down

0 comments on commit 1bd8d4b

Please sign in to comment.