Skip to content

Commit

Permalink
Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonym-tsk committed Sep 5, 2024
1 parent 274b9d0 commit f0c70ef
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ permissions:
contents: write

jobs:
build:
bump_version:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Bump version file
uses: francktrouillez/auto-bump-version-file@v1
Expand All @@ -39,8 +39,9 @@ jobs:
message: Version ${{ steps.version.outputs.content }}
branch: master

build_release:
- name: Checkout repository again
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build packages
run: make all
Expand Down

0 comments on commit f0c70ef

Please sign in to comment.