From 4db3193dc798c1d3f16f9e0bd3a27be7f3469abd Mon Sep 17 00:00:00 2001 From: jmb12686 Date: Tue, 21 Jul 2020 10:08:46 -0400 Subject: [PATCH] Fix github action --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6c35242..f7f09d9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -49,4 +49,4 @@ jobs: uses: udondan/jsii-publish@v0.8.3 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - GITHUB_REPOSITORY: ${{ GITHUB_REPOSITORY }} \ No newline at end of file + GITHUB_REPOSITORY: ${{ github.repository }} \ No newline at end of file