Skip to content

Commit

Permalink
version 0.2.1
Browse files Browse the repository at this point in the history
-  add  and commit changes
- latest before release
  • Loading branch information
kalwalt committed Nov 6, 2024
1 parent 3d427c6 commit 529a549
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: Build and Test

on:
release:
types: [ published ]
push:
branches:
- '**'
create:
tags:
- '**'

jobs:
build:
Expand Down Expand Up @@ -58,6 +59,14 @@ jobs:
build
!build/libar.o
- name: Commit changes
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
uses: EndBug/add-and-commit@v9
with:
default_author: github_actions
message: new build files from action
add: '["build"]'

- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 529a549

Please sign in to comment.