Skip to content

Commit

Permalink
Fix release action due to repo rename
Browse files Browse the repository at this point in the history
  • Loading branch information
hayd committed Nov 15, 2019
1 parent 73c899f commit 799fc2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
gzip -9 amz-deno
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/') && github.repository == 'hayd/deno_lambda'
if: startsWith(github.ref, 'refs/tags/') && github.repository == 'hayd/deno-lambda'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 799fc2c

Please sign in to comment.