Skip to content

Commit

Permalink
ACTIONS-UPGRADE (#254)
Browse files Browse the repository at this point in the history
* ACTIONS-UPGRADE Cleanup

* ACTIONS-UPGRADE Cleanup

* ACTIONS-UPGRADE Cleanup

* ACTIONS-UPGRADE Cleanup

* ACTIONS-UPGRADE Cleanup
  • Loading branch information
hrai committed Jan 30, 2024
1 parent f943145 commit 7dafa29
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,26 @@ jobs:
fetch-depth: 20
- run: yarn install
- run: yarn test
- uses: fregante/daily-version-action@v1
- uses: fregante/daily-version-action@v2
name: Create tag if necessary
id: daily-version
- uses: notlmn/release-with-changelog@v3
if: steps.daily-version.outputs.created
with:
token: ${{ secrets.GITHUB_TOKEN }}
exclude: '^Meta|^Document|^Readme|^Lint'
# - name: Created?
# if: steps.version.outputs.created
# runs: echo "Created ${{ steps.version.outputs.version }}"
- if: steps.daily-version.outputs.created
name: Create release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run:
gh release create "${{ steps.daily-version.outputs.version }}"

Build-and-upload-artifacts:
needs: Version
if: github.event_name == 'push' || needs.Version.outputs.created
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version: [14.x]
command:
- firefox
- chrome
Expand Down

0 comments on commit 7dafa29

Please sign in to comment.