Skip to content

Commit

Permalink
Merge pull request #41 from terrastruct/check-signed-commits
Browse files Browse the repository at this point in the history
update ci and check for signed commits
  • Loading branch information
gavin-ts authored Dec 1, 2023
2 parents d4470fd + c07cb80 commit 16a7adf
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,12 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets._GITHUB_TOKEN }}
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}
signed:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: git submodule update --init
- run: COLOR=1 ./ci/sub/bin/ensure_signed.sh
env:
GITHUB_TOKEN: ${{ secrets._GITHUB_TOKEN }}
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}
2 changes: 1 addition & 1 deletion ci/sub
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "d2-obsidian",
"name": "D2",
"version": "1.1.3",
"version": "1.1.4",
"minAppVersion": "0.15.0",
"description": "The official D2 plugin for Obsidian. D2 is a modern diagram scripting language that turns text to diagrams.",
"author": "Terrastruct",
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": "d2-obsidian",
"version": "1.1.3",
"version": "1.1.4",
"description": "This is the official D2 plugin for Obsidian.",
"main": "main.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"1.1.4": "0.15.0",
"1.1.3": "0.15.0",
"1.1.2": "0.15.0",
"1.1.1": "0.15.0",
Expand Down

0 comments on commit 16a7adf

Please sign in to comment.