Skip to content

Commit 0f1e52f

Browse files
committed
change tag pattern
1 parent e00478a commit 0f1e52f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
branches: [ "main" ]
77
tags:
8-
- 'REL_*'
8+
- 'REL-*'
99
pull_request:
1010
branches: [ "main" ]
1111

@@ -227,6 +227,7 @@ jobs:
227227
retention-days: 5
228228
if-no-files-found: error
229229
- name: Upload x64 setup
230+
id: x64_setup
230231
uses: actions/upload-artifact@v4
231232
with:
232233
name: psqlODBC x64 Setup
@@ -235,12 +236,11 @@ jobs:
235236
if-no-files-found: error
236237

237238
- name: Create Release
238-
if: startsWith(github.ref, 'refs/tags/REL_')
239+
if: startsWith(github.ref, 'refs/tags/REL-')
239240
uses: ncipollo/[email protected]
240241
id: create_release
241242
with:
242243
draft: false
243244
prerelease: false
244245
token: ${{secrets.RELEASE_TOKEN}}
245246
artifacts: "./installer/x86/*.msi,./installer/x86/*.msm,./installer/psqlodbc-setup/bin/Release/psqlodbc-setup.exe"
246-

0 commit comments

Comments
 (0)