Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
urothis committed Jan 18, 2024
1 parent 07c8823 commit 95f3b96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nwserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
- name: version
id: version
uses: ./.github/actions/version/
with:
steam_username: ${{ secrets.STEAM_USER }}
steam_password: ${{ secrets.STEAM_PASS }}
- run: |
echo "stable: ${{ steps.version.outputs.stable }}"
echo "development: ${{ steps.version.outputs.development }}"
Expand Down

0 comments on commit 95f3b96

Please sign in to comment.