Skip to content

Commit

Permalink
Fix create-release workflow (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiewigmore authored Apr 3, 2024
1 parent 4153683 commit c0e2462
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
workflow_dispatch: {}

concurrency: release

Expand Down Expand Up @@ -36,7 +37,7 @@ jobs:
echo "version=${version#v}" >> "$GITHUB_OUTPUT"
- name: Install Global Pack
if: ${{ matrix.runner == "ubuntu-22.04" }}
if: matrix.runner == 'ubuntu-22.04'
uses: buildpacks/github-actions/setup-pack@main
with:
pack-version: ${{ steps.pack-version.outputs.version }}
Expand Down

0 comments on commit c0e2462

Please sign in to comment.