Skip to content

Commit 72f377c

Browse files
committed
ci(release): push also tag dev
1 parent 7934c4c commit 72f377c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
5656
npx bumpp ${{ env[inputs.version] }} -y -r --commit "chore(release): v%s" --no-push
5757
58-
export VERSION=$(git describe --tags --abbrev=0 | sed 's/^v//')
58+
export VERSION=$(git describe --tags --abbrev=0 | sed 's/^v//')
5959
sed -E "s/^appVersion:.+$/appVersion: '$VERSION'/" -i install/kubernetes/github-actions-cache-server/Chart.yaml
6060
git stage install/kubernetes/github-actions-cache-server/Chart.yaml
6161
git commit -n --no-edit --amend
@@ -113,6 +113,7 @@ jobs:
113113
type=semver,pattern={{major}}.{{minor}},value=${{ needs.release.outputs.RELEASE_TAG }}
114114
type=semver,pattern={{major}},value=${{ needs.release.outputs.RELEASE_TAG }}
115115
latest
116+
dev
116117
117118
- name: Login to GitHub Container Registry
118119
uses: docker/login-action@v3

0 commit comments

Comments
 (0)