Skip to content

Commit

Permalink
Fix CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Kreß committed Oct 3, 2024
1 parent 00dae39 commit 60eb175
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,8 @@ jobs:
run: |
mkdir -p output
echo '[CHANGELOG](https://github.com/prokress/flamingo/blob/main/CHANGELOG.md)' > output/notes.md
- name: Get server version
id: get-server-version
run: |
echo "::set-output name=server-version::$(cat SERVER_VERSION)"
- name: Save state
run: echo "{server-version}=$(cat SERVER_VERSION)" >> $GITHUB_STATE
- name: Run GoReleaser
id: run-goreleaser
uses: goreleaser/goreleaser-action@v6
Expand Down

0 comments on commit 60eb175

Please sign in to comment.