Skip to content

Commit

Permalink
PR: Feature => Master
Browse files Browse the repository at this point in the history
Merge pull request #23 from OudomMunint/feature
  • Loading branch information
OudomMunint authored Feb 17, 2024
2 parents 23057b9 + 4b06a9e commit 0cf46f7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,16 @@ jobs:
os: [windows-latest, ubuntu-latest, macos-latest]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install Node.js v18
uses: actions/setup-node@v2
- name: Install Node.js latest
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: latest
check-latest: true

- name: Setup .NET Core
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v4
with:
dotnet-version: '7.0.x'

Expand All @@ -47,6 +48,6 @@ jobs:

- name: Create Release
if: matrix.os == 'windows-latest'
uses: ncipollo/release-action@v1.12.0
uses: ncipollo/release-action@v1.14.0
with:
tag: v1.4.5.6
tag: v1.4.6
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -396,3 +396,4 @@ FodyWeavers.xsd

# JetBrains Rider
*.sln.iml
.DS_Store

0 comments on commit 0cf46f7

Please sign in to comment.