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.
1 parent d7a2c1d commit 34dd00dCopy full SHA for 34dd00d
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v2
12
- name: Setup Kustomize
13
- uses: ./.github/actions/kustomize
+ uses: fluxcd/pkg/actions/kustomize@master
14
- name: Get version
15
id: get_version
16
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
0 commit comments