Skip to content

Commit

Permalink
upd setting
Browse files Browse the repository at this point in the history
  • Loading branch information
yorkblansh committed Jan 12, 2024
1 parent 9984741 commit da44e6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
uses: laputansoft/github-tag-action@v4.6
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ env.PACKAGE_VERSION }}
tag: echo ${{ env.PACKAGE_VERSION }} | sed -E '^(\d+\.)?(\d+\.)?(\d+)$'
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"docker.commands.attach": "${containerCommand} exec -it ${containerId} fish",
"github-actions.workflows.pinned.workflows": [],
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
Expand Down

0 comments on commit da44e6f

Please sign in to comment.