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 8db9298 commit 4b53132Copy full SHA for 4b53132
.github/workflows/release_wasm_fdw.yml
@@ -4,14 +4,6 @@ on:
4
push:
5
tags:
6
- 'wasm_*_fdw_v[0-9]+.[0-9]+.[0-9]+' # Push events to matching wasm fdw tag, i.e. wasm_snowflake_fdw_v1.0.2
7
- workflow_dispatch:
8
- inputs:
9
- project:
10
- description: 'Wasm FDW Project to release'
11
- required: true
12
- version:
13
- description: 'Version number'
14
15
16
permissions:
17
contents: write
0 commit comments