This commit is contained in:
@@ -32,10 +32,7 @@ jobs:
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# 6️⃣ Optional: Archive dist as artifact
|
||||
# Uncomment if you want to attach build output to the workflow run
|
||||
# - name: Archive build
|
||||
# uses: actions/upload-artifact@v3
|
||||
# with:
|
||||
# name: eslint-config-dist
|
||||
# path: dist
|
||||
- name: Create release
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
files: dist/index.js
|
||||
|
||||
Reference in New Issue
Block a user