We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02da5f7 commit 2f1140aCopy full SHA for 2f1140a
2 files changed
README.md
@@ -17,7 +17,7 @@ Check the "Use GitHub Provider" step in [setup-stackql.yml](.github/workflows/se
17
18
```yaml
19
- name: setup StackQL
20
- uses: stackql/setup-stackql@v2.0.0
+ uses: stackql/setup-stackql@v2.1.0
21
with:
22
use_wrapper: true
23
@@ -34,7 +34,7 @@ Check the "Use Google Provider" step in [setup-stackql.yml](.github/workflows/se
34
35
36
37
38
39
40
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "setup-stackql",
3
- "version": "2.0.0",
+ "version": "2.1.0",
4
"description": "",
5
"main": "index.js",
6
"scripts": {
0 commit comments