Skip to content

Commit

Permalink
chore: Update working directory for netstandard2.0 package build
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubakimoto committed May 5, 2024
1 parent fb41408 commit c3841b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/netstandard20-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

permissions:
contents: read
contents: write
packages: write

jobs:
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
dotnet nuget push **/*.nupkg --source "github"
- name: Set current datetime
run: |
echo "CURRENT_DATETIME=$(date +'%Y-%m-%d %H:%M:%S')" >> $GITHUB_ENV
echo "CURRENT_DATETIME=$(date +'%Y-%m-%d_%H:%M:%S')" >> $GITHUB_ENV
- name: Create Release
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit c3841b0

Please sign in to comment.