We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5096587 commit 106c6b4Copy full SHA for 106c6b4
1 file changed
.github/workflows/build-plugin.yml
@@ -20,7 +20,7 @@ jobs:
20
id: plugin-version-cache
21
with:
22
path: plugin.json
23
- key: ${{ github.sha }}
+ key: ${{ github.sha }}-${{ github.run_id }}
24
- run: |
25
gitrev=`git rev-parse --short HEAD`
26
pluginversion=`jq -r '.version' plugin.json`
@@ -47,7 +47,7 @@ jobs:
47
48
49
50
51
- name: Build plugin
52
run: |
53
export PLUGIN_DIR=$GITHUB_WORKSPACE
@@ -71,7 +71,7 @@ jobs:
71
72
73
74
75
- name: Get Rack-SDK
76
77
pushd $HOME
0 commit comments