Skip to content

Commit

Permalink
Merge pull request #17 from maxthier/main
Browse files Browse the repository at this point in the history
fix(ci): use adfinisbot for release
  • Loading branch information
adf-patrickha authored Sep 3, 2024
2 parents a9df8e9 + b45c760 commit 8cf4bcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---

name: Build and deploy Collection on Ansible Galaxy
on:
release:
types:
- published
- created
tags:
- 'v*'

jobs:
deploy:
runs-on: ubuntu-latest
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---

# runs on each push to main and is responsible for creating new tags/releases
name: Create Semantic Release

Expand All @@ -23,5 +22,4 @@ jobs:
uses: go-semantic-release/[email protected]
with:
allow-initial-development-versions: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.ADFINISBOT_GITHUB_TOKEN }}

0 comments on commit 8cf4bcb

Please sign in to comment.