Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed Apr 20, 2021
1 parent 51b3713 commit abbeadb
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./
with:
token: ${{ secrets.GITHUB_TOKEN }}
id: true
- name: Get latest release
id: latest_release
uses: kaliber5/action-get-release@v0.1.0
id: get_release
uses: kaliber5/action-get-release@v0.1.1
with:
token: ${{ github.token }}
draft: true
tag_name: v0.0.0
- name: Get latest release
uses: kaliber5/action-update-release@
- name: Update release
uses: ./
with:
token: ${{ github.token }}
id: ${{ steps.latest_release.output.id }}
id: ${{ steps.get_release.outputs.id }}
body: This has been updated in the action's own CI for run ${{ github.run_id }} and commit SHA ${{ github.sha }}

0 comments on commit abbeadb

Please sign in to comment.