Skip to content

Commit

Permalink
ci: make sure releases are staying active
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed May 26, 2023
1 parent 998ed3c commit 73a24f8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
with:
token: ${{ secrets.BOT_ACCESS_TOKEN }}

- name: Write buildtime
run: date >| .github/RELEASEDATE

- name: Semantic release
uses: cycjimmy/semantic-release-action@v3
env:
Expand All @@ -24,4 +27,14 @@ jobs:
extra_plugins: |
conventional-changelog-conventionalcommits
- name: Commit changes
uses: EndBug/add-and-commit@v9
with:
author_name: GitHub Actions
author_email: github@webhippie.de
add: .github/RELEASEDATE
message: "docs: automated release update [skip ci]"
push: true
commit: --signoff

...

0 comments on commit 73a24f8

Please sign in to comment.