Skip to content

Commit

Permalink
fix: release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianKuesters committed Apr 26, 2024
1 parent 8cf929d commit 9cf76dd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets.CHECKOUT_TOKEN }}
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}

- name: Get version for next release
id: get-release-version
uses: ./.github/actions/local-action
with:
create-tag: "true"

- uses: actions/checkout@v2
- name: Build Containers
uses: ./.github/actions/containers
with:
Expand Down

0 comments on commit 9cf76dd

Please sign in to comment.