Skip to content

Commit

Permalink
ci: rename workflows files
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilioOjeda committed Nov 3, 2022
1 parent 90fa281 commit b1a9ece
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Versioning & Release
name: Release

on:
push:
branches:
- main

jobs:
versioning-and-release:
name: Versioning & Release
release:
name: Release - Automatic Versioning
runs-on: ubuntu-latest
permissions:
contents: write
Expand All @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v3
with:
token: ${{ secrets.ACCESS_TOKEN }}
- name: Conventional CHANGELOG
- name: Create New Version
uses: TriPSs/conventional-changelog-action@v3.17.0
id: changelog
with:
Expand Down

0 comments on commit b1a9ece

Please sign in to comment.