Skip to content

Commit b3f9052

Browse files
committed
Does github like this?
1 parent 89b01cc commit b3f9052

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
env:
3636
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
3737
DOTNET_CLI_TELEMETRY_OPTOUT: 1
38-
TOKEN: {{ secrets.GITHUB_TOKEN }}
39-
run: publish.sh -r -g
38+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39+
run: ./publish.sh -r -g

0 commit comments

Comments
 (0)