Skip to content

Commit

Permalink
v6.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
deepu105 committed Apr 1, 2024
1 parent 2ae8d01 commit aaf3892
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Build/release
on: push
on:
push:
tags:
- "v*.*.*"
jobs:
release:
runs-on: ${{ matrix.job.os }}
Expand Down Expand Up @@ -31,4 +34,4 @@ jobs:

# If the commit is tagged with a version (e.g. "v1.0.0"),
# release the app after building
release: ${{ startsWith(github.ref, 'refs/tags/v') }}
release: true
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "devdays-arcade-games",
"productName": "Devdays-arcade-games",
"version": "6.0.2",
"version": "6.0.4",
"description": "Custom Lockman and Identity Invaders game",
"main": "src/main.js",
"scripts": {
Expand Down

0 comments on commit aaf3892

Please sign in to comment.