Skip to content

Commit 191d998

Browse files
committed
progress
1 parent c136f2e commit 191d998

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/publish.reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fi
3535
3636
- name: Generate Packages (deprecated)
37-
id: generate-packages
37+
id: generate-packages-deprecated
3838
run: node packages/@postgres-language-server/cli/scripts/generate-packages.mjs
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ jobs:
4747

4848
runs-on: ${{ matrix.config.os }}
4949

50-
outputs:
51-
artifact_url: ${{ steps.upload-artifacts.outputs.artifact-url }}
52-
5350
steps:
5451
- uses: actions/checkout@v4
5552
with:
@@ -111,7 +108,7 @@ jobs:
111108
# It is not possible to return the artifacts from the matrix jobs individually: Matrix outputs overwrite each other.
112109
# A common workaround is to upload and download the resulting artifacts.
113110
- name: 👆 Upload Artifacts (deprecated)
114-
id: upload-artifacts
111+
id: upload-artifacts-deprecated
115112
uses: actions/upload-artifact@v4
116113
with:
117114
name: postgrestools_${{ matrix.config.target }}
@@ -163,7 +160,7 @@ jobs:
163160
164161
- name: 👇 Download Artifacts (deprecated)
165162
uses: actions/download-artifact@v4
166-
id: download
163+
id: download-deprecated
167164
with:
168165
merge-multiple: true
169166
pattern: postgrestools_*

0 commit comments

Comments
 (0)