Skip to content

Commit

Permalink
try artifacts again
Browse files Browse the repository at this point in the history
  • Loading branch information
bpcreech authored Feb 4, 2024
1 parent dde62ff commit 9a25fe0
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,22 @@ jobs:
- run: npm install
- run: npm run build

- name: Create Release
uses: rymndhng/release-on-push-action@master
with:
bump_version_scheme: minor
use-github-release-notes: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: AButler/[email protected]
with:
files: "dist/*"
repo-token: ${{ secrets.GITHUB_TOKEN }}
release-tag: ${{ github.ref_name }}
# - name: Create Release
# uses: rymndhng/release-on-push-action@master
# with:
# bump_version_scheme: minor
# use-github-release-notes: true
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# - name: Upload artifacts
# uses: actions/upload-artifact@v4
# - uses: AButler/[email protected]
# with:
# name: production-files
# path: ./dist
# files: "dist/*"
# repo-token: ${{ secrets.GITHUB_TOKEN }}
# release-tag: ${{ github.ref_name }}

- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: production-files
path: ./dist

0 comments on commit 9a25fe0

Please sign in to comment.