simple-c2pa

This is a fork of https://gitlab.com/guardianproject/proofmode/simple-c2pa
git clone git://archive.git.mtrnord.blog/mtrnords-photography-manager/simple-c2pa.git
Log | Files | Refs | README | LICENSE

commit 57965067411fb417fcd30cf390d18f1faf5a0a40
parent d3c7b8aa0956480d25b99126b8ac1ecc7c9c191c
Author: Darren Clarke <darren@redaranj.com>
Date:   Wed,  6 Dec 2023 18:05:13 +0100

Update Git push

Diffstat:
MCargo.toml | 2+-
Mapple/.gitlab-ci.yml | 4++--
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simple-c2pa" -version = "0.0.6" +version = "0.0.10" edition = "2021" [dependencies] diff --git a/apple/.gitlab-ci.yml b/apple/.gitlab-ci.yml @@ -28,7 +28,7 @@ upload_apple: publish_apple: only: - - tags + - tags stage: release image: debian:bullseye before_script: @@ -50,7 +50,7 @@ publish_apple: - git add Package.swift - git add apple/src/SimpleC2PA/SimpleC2PA.swift - git commit -m "Update Swift files" - - git push origin HEAD:$CI_COMMIT_REF_NAME + - git push origin main - git push --delete origin $CI_COMMIT_TAG - git tag -d $CI_COMMIT_TAG - git tag $CI_COMMIT_TAG