We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dev
1 parent 7934c4c commit 72f377cCopy full SHA for 72f377c
.github/workflows/release.yml
@@ -55,7 +55,7 @@ jobs:
55
56
npx bumpp ${{ env[inputs.version] }} -y -r --commit "chore(release): v%s" --no-push
57
58
- export VERSION=$(git describe --tags --abbrev=0 | sed 's/^v//')
+ export VERSION=$(git describe --tags --abbrev=0 | sed 's/^v//')
59
sed -E "s/^appVersion:.+$/appVersion: '$VERSION'/" -i install/kubernetes/github-actions-cache-server/Chart.yaml
60
git stage install/kubernetes/github-actions-cache-server/Chart.yaml
61
git commit -n --no-edit --amend
@@ -113,6 +113,7 @@ jobs:
113
type=semver,pattern={{major}}.{{minor}},value=${{ needs.release.outputs.RELEASE_TAG }}
114
type=semver,pattern={{major}},value=${{ needs.release.outputs.RELEASE_TAG }}
115
latest
116
+ dev
117
118
- name: Login to GitHub Container Registry
119
uses: docker/login-action@v3
0 commit comments