Skip to content

Commit 68b4f04

Browse files
author
Tim Willebrands
committed
Release 2.3, skip one version because I f'd the tags
1 parent 2c3a327 commit 68b4f04

3 files changed

Lines changed: 3 additions & 15 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -178,16 +178,4 @@ jobs:
178178
required_contexts: []
179179
});
180180
181-
- name: Comment on release (if triggered by release)
182-
if: github.event_name == 'release'
183-
uses: actions/github-script@v7
184-
with:
185-
script: |
186-
const packageJson = require('./pkg/package.json');
187-
188-
github.rest.issues.createComment({
189-
issue_number: context.payload.release.id,
190-
owner: context.repo.owner,
191-
repo: context.repo.repo,
192-
body: `🚀 Package successfully published to NPM!\n\n📦 **${packageJson.name}@${packageJson.version}**\n\nInstall with:\n\`\`\`bash\nnpm install ${packageJson.name}\n\`\`\`\n\n[View on NPM](https://www.npmjs.com/package/${packageJson.name})`
193-
});
181+

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bresenham-lighting-engine"
3-
version = "0.2.1"
3+
version = "0.2.3"
44
edition = "2021"
55
description = "A CPU-based 2D lighting engine using Bresenham's line algorithm with fast native collision detection"
66
license = "ISC"

0 commit comments

Comments
 (0)