Skip to content

Commit

Permalink
v0.80.23
Browse files Browse the repository at this point in the history
  • Loading branch information
caiiiycuk committed Mar 18, 2024
1 parent c9a3dc4 commit 54d8f1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: build
on:
push:
branches: [ 8.xx ]
tags:
- "v*.*.*"
pull_request:
branches: [ 8.xx ]

Expand Down Expand Up @@ -44,7 +46,7 @@ jobs:
name: 'dist'
path: 'dist'
- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
name: ${{ github.ref_name }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emulators",
"version": "0.80.22",
"version": "0.80.23",
"description": "Emulators (dos) with standartized API",
"main": "dist/emulators.js",
"types": "dist/types/emulators.d.ts",
Expand Down

0 comments on commit 54d8f1b

Please sign in to comment.