Skip to content

Commit

Permalink
fix vs code settings
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender committed Dec 29, 2024
1 parent b74d7c2 commit 7ebade3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy NuGet package
on:
push:
branches:
- DaveSkender-patch-1
- fix-deployer

workflow_dispatch:
inputs:
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
echo "preview=${{ inputs.preview }}" >> $GITHUB_OUTPUT
echo "dry_run=${{ inputs.dry_run }}" >> $GITHUB_OUTPUT
else
echo "environ=no_env" >> $GITHUB_OUTPUT
echo "environ='NO ENVIRONMENT" >> $GITHUB_OUTPUT
echo "preview=true" >> $GITHUB_OUTPUT
echo "dry_run=true" >> $GITHUB_OUTPUT
fi
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
// file settings
"files.autoSave": "off",
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 3000,
"files.encoding": "utf8",
"files.exclude": {
Expand Down

0 comments on commit 7ebade3

Please sign in to comment.