Skip to content

Commit

Permalink
ci: fix github refs
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Sep 14, 2023
1 parent 397e66e commit 54f7ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Determine package
id: determine-package-name
run: |
if [[ ${{ github.ref }} == 'refs/release/rustic_scheduler-*' ]]; then
if [[ ${{ github.ref }} == 'refs/heads/release/rustic_scheduler-*' ]]; then
echo "package=rustic_scheduler" >> $GITHUB_OUTPUT
fi
Expand Down

0 comments on commit 54f7ef1

Please sign in to comment.