Skip to content

Commit

Permalink
Fix missing env var in release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkubi committed May 11, 2024
1 parent f56f55d commit 331b529
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
- name: Push changes
uses: ad-m/github-push-action@master
env:
REF: ${{ github.ref }}
with:
branch: release/${REF:10}
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 331b529

Please sign in to comment.