Skip to content

Commit

Permalink
fix source branch ref
Browse files Browse the repository at this point in the history
  • Loading branch information
VoigtS committed Jan 10, 2025
1 parent acea87a commit 23f5223
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/fresh-socks-refuse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@sapcc/limes-ui": patch
---

push workflows demand github.ref instead of head_ref
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
workflow_dispatch:
jobs:
build-and-publish:
if: ${{ contains(github.head_ref, 'changeset-release') }}
if: ${{ contains(github.ref, 'changeset-release') }}
runs-on: [ubuntu-latest]
env:
ACTIONS_RUNNER_DEBUG: true
Expand Down

0 comments on commit 23f5223

Please sign in to comment.