Skip to content

Commit

Permalink
fixing tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
Azfaar Qureshi committed Dec 3, 2020
1 parent c5bb63f commit a2e43b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
with:
fetch-depth: 0 # ensures we fetch all history for all branches and tags
- name: Create Release
Expand All @@ -20,6 +20,7 @@ jobs:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body_path: CHANGELOG.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Verify Build
run: ./verify_examples.sh

0 comments on commit a2e43b9

Please sign in to comment.