Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: try fix for pipeline publishing github #526

Draft
wants to merge 7 commits into
base: trunk
Choose a base branch
from
Draft
7 changes: 7 additions & 0 deletions .github/workflows/actions-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
fail-fast: true
permissions:
checks: write
packages: write
steps:
- name: Clone repo
uses: actions/checkout@v3
Expand Down Expand Up @@ -268,6 +269,10 @@ jobs:
runs-on: ubuntu-latest
env:
module_version: ""
permissions:
repository-projects: write
discussions: write
packages: write
steps:
- name: Download PS module artifact
uses: actions/download-artifact@v2
Expand Down Expand Up @@ -309,6 +314,8 @@ jobs:
artifacts: 'nuget/*'
artifactErrorsFailBuild: true
allowUpdates: true
makeLatest: true
replacesArtifacts: true
commit: trunk
tag: "v${{ env.module_version }}"
discussionCategory: "Announcements"
Expand Down