Skip to content

Commit

Permalink
actions: potentially fixed passing ref name xvfb
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellpeck committed Jan 14, 2024
1 parent dfc5661 commit 6487ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Run cake
uses: coactions/setup-xvfb@v1
with:
run: dotnet cake --target Publish --branch $GITHUB_REF_NAME
run: dotnet cake --target Publish --branch ${{ github.ref_name }}
env:
nuget_key: ${{ secrets.NUGET_KEY }}
baget_key: ${{ secrets.BAGET_KEY }}
Expand Down

0 comments on commit 6487ad3

Please sign in to comment.