Skip to content

Commit

Permalink
On release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Wessel Verheij committed Nov 16, 2023
1 parent 7a27244 commit 0006657
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Release Flow

on:
push:
branches:
- 'master'
- 'ci'
release:
types: [created]

jobs:
test:
Expand Down Expand Up @@ -36,4 +34,4 @@ jobs:
- name: Publish Artifact on GitHub Packages
run: mvn -B -e -X clean deploy -DskipTests
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.REG_TOKEN }}

0 comments on commit 0006657

Please sign in to comment.