Skip to content

Commit

Permalink
Fix release workflow (#617)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBoike authored Sep 5, 2023
1 parent bf7ddbe commit 2ac176f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@3.0.2
uses: actions/checkout@v3.0.2
with:
fetch-depth: 0
- name: Setup .NET SDK
Expand All @@ -36,4 +36,4 @@ jobs:
- name: Deploy
uses: Particular/push-octopus-package-action@v1.0.0
with:
octopus-deploy-api-key: ${{ secrets.OCTOPUS_DEPLOY_API_KEY }}
octopus-deploy-api-key: ${{ secrets.OCTOPUS_DEPLOY_API_KEY }}

0 comments on commit 2ac176f

Please sign in to comment.