Skip to content
This repository has been archived by the owner on Sep 12, 2021. It is now read-only.

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
maximousblk committed Aug 7, 2020
1 parent 5bf5dfb commit 951592a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
- name: Generate Release Notes
if: startsWith(matrix.os, 'ubuntu')
run: |
deno run -A https://denonightly.now.sh/notes -c ${{ steps.commit.outputs.hash }} -t ${{ secrets.GITHUB_TOKEN }} -b ${{ steps.now.outputs.formattedTime }}
deno run -A https://denonightly.now.sh/notes -c ${{ steps.commit.outputs.hash }} -t ${{ secrets.GITHUB_TOKEN }} -b latest
deno run -A https://denonightly.now.sh/notes -h ${{ steps.commit.outputs.hash }} -t ${{ secrets.GITHUB_TOKEN }} -b ${{ steps.now.outputs.formattedTime }}
deno run -A https://denonightly.now.sh/notes -h ${{ steps.commit.outputs.hash }} -t ${{ secrets.GITHUB_TOKEN }} -b latest
- name: Upload release notes
uses: actions/upload-artifact@v2
Expand Down

1 comment on commit 951592a

@vercel
Copy link

@vercel vercel bot commented on 951592a Aug 7, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.