Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
SunDevil311 committed Jan 22, 2025
1 parent 140e615 commit 5056264
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
# For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages

name: Node.js Webpack Package

on:
Expand Down Expand Up @@ -63,7 +66,7 @@ jobs:
- name: Set up Git user
run: |
git config --global user.email "github@sl.neteng.cc"
git config --global user.name "SunDevil311"
git config --global user.name "SunDevil311 "
- name: Increment version
run: npm version patch
- name: Publish package
Expand Down

0 comments on commit 5056264

Please sign in to comment.