Skip to content

Commit b93a639

Browse files
committed
updated package info
1 parent 0ea309d commit b93a639

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
os: [ubuntu-20.04, windows-latest, macos-latest]
18+
os: [ubuntu-latest, windows-latest, macos-latest]
1919

2020
steps:
2121
- uses: actions/checkout@v4
@@ -25,7 +25,7 @@ jobs:
2525
run: echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
2626

2727
- name: Install dependencies on Linux
28-
if: matrix.os == 'ubuntu-20.04'
28+
if: matrix.os == 'ubuntu-latest'
2929
run: sudo apt-get install -y sqlite3 gcc unzip
3030

3131
- name: Install dependencies on Windows
@@ -50,7 +50,7 @@ jobs:
5050
make download-sqlite
5151
5252
- name: Build for Linux
53-
if: matrix.os == 'ubuntu-20.04'
53+
if: matrix.os == 'ubuntu-latest'
5454
run: |
5555
make compile-linux
5656
make pack-linux version=${{ env.VERSION }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ make clean
148148

149149
To publish new functions to [`sqlpkg`](https://sqlpkg.org/)
150150

151-
- Push a tag matching the version in teh `.json` files in the `sqlpkg` directory
151+
- Push a tag matching the version in the `.json` files in the `sqlpkg` directory
152152
- Create a release from the tag pushed
153153
- Raise a PR to [nalgeon/sqlpkg](https://github.com/nalgeon/sqlpkg) adding the new function manifest JSON files
154154

sqlpkg/aws_policy_equal.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "v1.0.4",
55
"homepage": "https://github.com/stackql/sqlite-ext-functions/blob/main/docs/aws_policy_equal.md",
66
"repository": "https://github.com/stackql/sqlite-ext-functions",
7-
"authors": ["Jeffrey Aven", "Javen Seymour"],
7+
"authors": ["Jeffrey Aven"],
88
"license": "MIT",
99
"description": "A SQLite extension for comparing AWS IAM policy documents semantically according to AWS policy evaluation rules.",
1010
"keywords": ["AWS", "IAM policy", "policy comparison", "aws_policy_equal"],

0 commit comments

Comments
 (0)