Skip to content

Commit

Permalink
fixup! github: add release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
blocktrron committed Jul 23, 2024
1 parent 71a999f commit 55aacc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set package version
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
run: |
sed -i "s/PKG_VERSION:=.*/PKG_VERSION=${GITHUB_REF_NAME}/g" openwrt/ffda-oob-state-reporter/Makefile
sed -i "s/PKG_VERSION:=.*/PKG_VERSION=${GITHUB_REF_NAME}-${{ matrix.release }}/g" openwrt/ffda-oob-state-reporter/Makefile
- name: Build
uses: openwrt/gh-action-sdk@v7
env:
Expand Down

0 comments on commit 55aacc2

Please sign in to comment.