Skip to content

Commit d3e9a32

Browse files
committed
typo
1 parent 49a1199 commit d3e9a32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
build:
3737
name: Build and Upload
3838
runs-on: ubuntu-latest
39-
if: github.ref == 'refs/heads/prereleaases' || github.event_name == 'release'
39+
if: github.ref == 'refs/heads/prereleases' || github.event_name == 'release'
4040
needs: test
4141
steps:
4242
- uses: actions/checkout@v4

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ifeq ($(shell git status -s),)
1515
ifeq ($(COMMITS_SINCE_TAG),0)
1616
TAG_VERSION ?= $(BASE_VERSION)
1717
else
18-
TAG_VERSION ?= $(NEXT_VERSION)-pre.$(COMMITS_SINCE_TAG)
18+
TAG_VERSION ?= $(NEXT_VERSION)-dev.$(COMMITS_SINCE_TAG)
1919
endif
2020
endif
2121
GIT_REVISION = $(shell git rev-parse HEAD | tr -d '\n')

0 commit comments

Comments
 (0)