Skip to content

Commit

Permalink
Test CI updates for tip and release.
Browse files Browse the repository at this point in the history
  • Loading branch information
apognu committed Oct 30, 2023
1 parent e9c858a commit 67f8574
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/tip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- dev/refactoring-comments-and-tests

jobs:
clippy:
Expand Down Expand Up @@ -64,8 +65,12 @@ jobs:
with:
path: target/out
- name: Create release
uses: pyTooling/Actions/releaser@r0
uses: ncipollo/release-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
files: target/out/*/*
rm: true
name: tip-test
tag: tip-test
commit: ${{ github.sha }}
artifacts: target/out/*/*
allowUpdates: true
removeArtifacts: true

0 comments on commit 67f8574

Please sign in to comment.