Compare commits

...

5 Commits

Author SHA1 Message Date
Platane
05df7cb642 📦 1.0.2-rc.4 2022-03-24 10:35:37 +00:00
Platane
309795a2a5 📦 v1.0.2-rc.4 2022-03-24 10:28:00 +00:00
platane
e79b3bb634 👷 2022-03-24 11:25:50 +01:00
Platane
7c0522bfa8 📦 1.0.2-rc.3 2022-03-24 10:19:14 +00:00
platane
be91c43c71 👷 2022-03-24 11:13:40 +01:00
4 changed files with 48701 additions and 6 deletions

View File

@@ -42,7 +42,7 @@ jobs:
- name: update action.yml
run: |
sed -i "s/image: .*/image: docker:\/\/platane\/snk:${{ steps.docker-build.outputs.digest }}/" action.yml
sed -i "s/image: .*/image: docker:\/\/platane\/snk@${{ steps.docker-build.outputs.digest }}/" action.yml
- uses: actions/setup-node@v2
with:
@@ -55,8 +55,8 @@ jobs:
- name: build svg-only action
run: |
yarn install --frozen-lockfile
yarn build:demo
mv packages/demo/dist/* svg-only/
yarn build:action
mv packages/action/dist/* svg-only/
- name: push new commit
uses: EndBug/add-and-commit@v7
@@ -70,6 +70,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v${{ github.event.inputs.version }}
# release_name: Release ${{ github.event.inputs.version }}
body: ${{ github.event.inputs.description }}
prerelease: ${{ github.event.inputs.prerelease }}

View File

@@ -4,7 +4,7 @@ author: "platane"
runs:
using: docker
image: Dockerfile
image: docker://platane/snk@sha256:c0130b001a33f4781baf5d182701b82a483513da2886ab694de8fd00d51272f9
inputs:
github_user_name:

View File

@@ -1,7 +1,7 @@
{
"name": "snk",
"description": "Generates a snake game from a github user contributions grid",
"version": "1.0.1",
"version": "v1.0.2-rc.4",
"private": true,
"repository": "github:platane/snk",
"devDependencies": {

48696
svg-only/index.js Normal file

File diff suppressed because one or more lines are too long