We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca6e294 commit b783c61Copy full SHA for b783c61
1 file changed
.github/workflows/build-plugin.yml
@@ -97,7 +97,7 @@ jobs:
97
needs: [build, build-mac]
98
steps:
99
- uses: actions/checkout@v3
100
- - uses: FranzDiebold/github-env-vars-action@v1.2.1
+ - uses: FranzDiebold/github-env-vars-action@v2.7.0
101
- name: Check if plugin version matches tag
102
run: |
103
pluginversion=`jq -r '.version' plugin.json`
0 commit comments