Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay committed Feb 15, 2023
1 parent 0c99343 commit ae82eb7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@ on:
branches:
- develop

defaults:
run:
working-directory: ./src

jobs:
build:
runs-on: ubuntu-latest

env:
NUGET_AUTH_TOKEN: ${{secrets.NUGET_API_KEY}}
PROJECT_PATH: src/Funogram.Telegram
PROJECT_PATH: Funogram.Telegram

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit ae82eb7

Please sign in to comment.