Skip to content

Commit

Permalink
trying to add artifacts to the release page
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 committed Nov 9, 2024
1 parent 1d8645b commit b2669f0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 22 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/publish-to-vscode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,24 @@ jobs:
run: npx @vscode/vsce publish --packagePath $(find . -iname *.vsix)
env:
VSCE_PAT: ${{ secrets.vsce }}

tagged-release:
name: 📑 Release Page
runs-on: "ubuntu-latest"
needs:
- universal
steps:
- name: 📦 Checkout Repository
uses: actions/checkout@v4

- name: 🚚 Download Artifact
id: download-artifact
uses: actions/download-artifact@v4

- name: 📑 Release Page
uses: ncipollo/release-action@v1
with:
token: "${{ secrets.GITHUB_TOKEN }}"
generateReleaseNotes: true
makeLatest: true
artifacts: ${{ steps.download-artifact.outputs.download-path }}
22 changes: 0 additions & 22 deletions .github/workflows/release-page.yml

This file was deleted.

0 comments on commit b2669f0

Please sign in to comment.