Skip to content

Commit

Permalink
Changes for testing on my fork
Browse files Browse the repository at this point in the history
  • Loading branch information
not-jenni committed Apr 6, 2022
1 parent 4020806 commit 11d6a2a
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/schedule_candidate_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,15 @@ jobs:
# Don't run this in everyone's forks.
# if: github.repository == 'google/iree'
steps:
- name: Checking out repository
uses: actions/checkout@v2
with:
token: ${{ secrets.WRITE_ACCESS_TOKEN }}
- name: Get the last green commit
id: last_green_commit
uses: talentpair/last-green-commit-action@master
with:
github-token: ${{ secrets.WRITE_ACCESS_TOKEN }}
- name: Checking out repository
uses: actions/checkout@v2
with:
ref: ${{ steps.last_green_commit.outputs.result }}
token: ${{ secrets.WRITE_ACCESS_TOKEN }}

- name: Compute version
run: |
Expand All @@ -40,7 +39,7 @@ jobs:
uses: ad-m/[email protected]
with:
github_token: ${{ secrets.WRITE_ACCESS_TOKEN }}
branch: ${{ github.ref_name }}
branch: green-commit
tags: true

- name: Create Release
Expand Down

0 comments on commit 11d6a2a

Please sign in to comment.