Skip to content

Commit

Permalink
[github-actions] Update automatic release (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
gi-wg2 authored Sep 4, 2024
1 parent 8f4993b commit 6110634
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/automatic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master

jobs:
buf:
automatic-release:
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down Expand Up @@ -38,12 +38,12 @@ jobs:
- name: Push to Buf Schema Registry
run: buf push

- name: Create release
uses: marvinpinto/action-automatic-releases@latest
- name: Release
uses: softprops/action-gh-release@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
prerelease: false
automatic_release_tag: "latest"
make_latest: true
body: |
Automatic release of the OpenAPI spec and the Buf image
files: |
openapi.yaml
mobility.binpb

0 comments on commit 6110634

Please sign in to comment.