mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
chore(workflows): rename workflow name
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: Bump Version
|
name: Bump version
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -31,12 +31,12 @@ jobs:
|
|||||||
if: "!startsWith(github.event.head_commit.message, 'bump:')"
|
if: "!startsWith(github.event.head_commit.message, 'bump:')"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: "Bump Version"
|
name: "Bump Version"
|
||||||
needs: run-tests
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Create bump and changelog
|
- name: Create bump and changelog
|
||||||
uses: commitizen-tools/commitizen-action@master
|
uses: commitizen-tools/commitizen-action@master
|
||||||
with:
|
with:
|
||||||
|
|||||||
+2
-1
@@ -9,6 +9,7 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
.session.vim
|
.session.vim
|
||||||
aof*
|
aof*
|
||||||
|
dist
|
||||||
|
|
||||||
# Test binary
|
# Test binary
|
||||||
*.test
|
*.test
|
||||||
@@ -73,7 +74,7 @@ buildenv*
|
|||||||
nebula/node_modules
|
nebula/node_modules
|
||||||
|
|
||||||
mprocs.yaml
|
mprocs.yaml
|
||||||
|
build
|
||||||
|
|
||||||
!devbox.lock
|
!devbox.lock
|
||||||
!motr/build
|
|
||||||
!buf.lock
|
!buf.lock
|
||||||
|
|||||||
Reference in New Issue
Block a user